On 6/26/05, Joseph C. Bautista <[EMAIL PROTECTED]> wrote:
> My script will just encrypt the password and decrypt it for
> validation purposes
Better to use a one-way hash instead of something decryptable.
___
ActivePerl mailing list
ActivePerl@list
Joseph C. Bautista wrote:
Hi GURUs,
I tried to search the WWW for any perl/cgi sample scripts that uses
openssl encryption/decryption for any authentication method but seems i
am unfortunate.
My script will just encrypt the password and decrypt it for
validation purposes
Anybody
Hi GURUs,
I tried to search the WWW for any perl/cgi sample scripts that uses
openssl encryption/decryption for any authentication method but seems i
am unfortunate.
My script will just encrypt the password and decrypt it for
validation purposes
Anybody could give me a good