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.
Anyone?
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
I've had that one ... it is quite simple when you break it down look at
your code
> $smtp->datasend (< From:$from_email
> To:$friend_email
> Subject:$subject
>
> # message to friend
> Dear $friend,
> Hi, I am referring a site http://www.xyz.com.
>
> They are into webdesign, hosting and deve