Check out the following link, with references to code in various languages and the RFC -
http://userpages.umbc.edu/~mabzug1/cs/md5/md5.html -----Original Message----- From: Idan L. [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 23, 2002 2:50 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: md5 On Fri 22 Feb 02 03:27, you wrote: > [EMAIL PROTECTED] -- ORIGNAL MESSAGE -- Hi all i've been lurking this gracefull maillinglist for quite some time now, like any newbie on security, i got a question about md5. could anyone feed me with a simple example on how to encrypt data with a feeded password (symetric encryption like), in C programming language ? pointers to urls would be greatly appreciated too. Thanks. SecNewbie "from all the things ive found, i miss security the most" Hush provide the worlds most secure, easy to use online applications - which solution is right for you? HushMail Secure Email http://fwww.hushmail.com/ HushDrive Secure Online Storage http://www.hushmail.com/hushdrive/ Hush Business - security for your Business http://www.hush.com/ Hush Enterprise - Secure Solutions for your Enterprise http://www.hush.com/ -- END OF ORIGNAL MESSAGE -- welp freebsd's password usaully craeted by the crypt lib as in any other os for example crypt(<pass>,<hashed pass>) = <hashed passed> I hope this is what you need : ). EOF