|
Posted by Rik on 02/12/07 11:22
On Mon, 12 Feb 2007 12:14:51 +0100, Amar <ghungur.2006@gmail.com> wrote:
> Hi All,
> I want to insert my password into the mysql database by encrypting it
> so that I can also retrieve the password. Before I was using sha1()
> for encrypting password,but it is an one way method.
> I want to use a function that can be decrypted . Please help me.
DES_ENCRYPT() / DES_DECRYPT() in MySQL, or look at mcrypt in PHP:
<http://nl3.php.net/manual/en/ref.mcrypt.php>
--
Rik Wasmus
Navigation:
[Reply to this message]
|