dave_pl has asked for the wisdom of the Perl Monks concerning the following question:
Here is the thing i am using Digest::MD5 to encrypt passwords for me and it works great. I am using the users name as the 'salt' for the passwords but now in the crypted password it is using special characters such as the '/', which i get problems on checking is there any way i can stop md5_bas64 from using special character for the salt?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: md5_bas64 encryption?
by Hero Zzyzzx (Curate) on May 23, 2005 at 17:59 UTC | |
Re: md5_bas64 encryption?
by TedPride (Priest) on May 23, 2005 at 17:59 UTC | |
Re: md5_base64 encryption?
by Tanktalus (Canon) on May 23, 2005 at 17:59 UTC | |
by dave_pl (Sexton) on May 23, 2005 at 18:08 UTC |