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

Reply via email to