I insert password to database using function "password".
I need to insert some sensitive information. What function I can use to encode and decode some data?
This is for php/mysql code.
[man]mcrypt[/man], if it's available.