
March 24th, 2000, 12:28 PM
|
|
Junior Member
|
|
Join Date: Mar 2000
Posts: 6
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">quote:</font><HR>Originally posted by rod k:
If you need to store encrypted passwords then use the php encrypt and decrypt functions. (I think encrypt is right, but check decrypt first to see what is it's complement). [/quote]
Nope. You are thinking of Encode() and Decode () which are used for stream encryption.
There is no reverse for encrypt(). You would need a password cracker or some such thing.
(If such functionality is required, most people just store both the crypted and un-crypted forms in their database, and use whichever one they need).
------------------
-Erik
|