Re: [PHP-WIN] crypt() with decription

2007-12-04 Thread Oliver Espeter
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

Re: [PHP-WIN] crypt() with decription

2007-12-04 Thread Elizabeth Smith
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

RE: [PHP-WIN] crypt() with decription

2007-12-04 Thread Mohit
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

RE: [PHP-WIN] crypt() with decription

2007-12-04 Thread Bill Bolte
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

[PHP-WIN] crypt() with decription

2007-12-03 Thread Nishantha Pradeep
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.