Brian Smith wrote:

> In my CGI, A user creates a password (p@$$w0rd), but i do not want it to be
> clear text, so I was wondering if Perl was able to encrypt that to a MD5
> encryption.  It will be stored in the /etc/shadow file, so I would want the
> "standard" md5.


http://search.cpan.org/search?mode=module&query=md5

take your pick.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to