Re: OpenSSL

2005-06-26 Thread David Nicol
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

Re: OpenSSL

2005-06-26 Thread Brent G
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

OpenSSL

2005-06-26 Thread Joseph C. Bautista
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