Monday, December 03, 2007 9:15 PM
To: php
Subject: [PHP-WIN] crypt() with decription
I used php crypt() function to encript password (as a simple encryption)
but
how I decrypt that encrypted password because I want to send the
password to
the user when it requested.
--
PHP Windows Mailing List (h
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.
I
ccept liability for any
delays. If you have received this message in error, please contact the
sender and delete the message. Thank you."
-Original Message-
From: Bill Bolte [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 04, 2007 7:42 PM
To: php
Subject: RE: [PHP-WIN] crypt() with
hp
Subject: [PHP-WIN] crypt() with decription
I used php crypt() function to encript password (as a simple encryption)
but
how I decrypt that encrypted password because I want to send the
password to
the user when it requested.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, v
I used php crypt() function to encript password (as a simple encryption) but
how I decrypt that encrypted password because I want to send the password to
the user when it requested.