I am looking into different password encryption solutions.

i started using crypt()

then changed to mcrypt()

which was not any good cause of the high ascii characters

then i read about converting the high ascii characters to hex .

Is this the ideal way to encrypt passwords or is their something better.

Thanks 

Randy



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

Reply via email to