| ||||||
| 5/23 |
| 1998/5/16-17 [Computer/SW/Languages/Perl] UID:14097 Activity:nil |
5/15 Anyone have a pointer to code or library to take an MD5 fingerprint?
Preferably something that has been ported to Digital UNIX.
\_ the md5 rfc has code
\_ There is lots of (inherently "cross-platform")
crypto/authentication stuff in Perl; try CPAN.
\_ I'd like C code.
\_ why not check out the md5 source in /usr/ports ?
\_ SSLeay, what else.
\_ md5sum from GNU textutils package --brg |