MD5 Password Generator

2002-03-23 Thread Brian Smith
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]

Re: Tell a friend - Help!

2002-04-08 Thread Brian Smith
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