Re: crypt() with decription

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Mohit wrote:
That does not sound good.

We should create some functions to decrypt it back again, agree?


Mohit Valecha
________________________________


from the manual:
crypt — One-way string encryption (hashing)
Note:  There is no decrypt function, since crypt() uses a one-way algorithm.

If you do not understand what hashing means, please look it up - crypt only goes one way. If you need to decrypt information later, use a different encryption mechanism.

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux