Wiki
Download
Manual
Eggs
API
Tests
Bugs
show
edit
history
You can edit this page using
wiki syntax
for markup.
Article contents:
== Outdated egg! This is an egg for CHICKEN 4, the unsupported old release. You're almost certainly looking for [[/eggref/5/simple-md5|the CHICKEN 5 version of this egg]], if it exists. If it does not exist, there may be equivalent functionality provided by another egg; have a look at the [[https://wiki.call-cc.org/chicken-projects/egg-index-5.html|egg index]]. Otherwise, please consider porting this egg to the current version of CHICKEN. [[tags: egg]] == simple-md5 A fast and simple MD5 implementation with minimal dependencies. If you need more than simple file or string hashing, use the [[md5]] egg instead. == Author Colin Plumb, wrapped for Chicken by [[/users/peter-bex|Peter Bex]] == Procedures <procedure>(string->md5sum str)</procedure> Generates the MD5 hash for the given string {{str}}. <procedure>(file-md5sum filename)</procedure> Generates the MD5 hash for the file named by {{filename}} (uses {{mmap}} on POSIX platforms). == License This code implements the MD5 message-digest algorithm. The algorithm is due to Ron Rivest. This code was written by Colin Plumb in 1993, no copyright is claimed. This code is in the public domain; do with it what you wish. Equivalent code is available from RSA Data Security, Inc. This code has been tested against that, and is equivalent, except that you don't need to include two pages of legalese with every copy. == Requirements None == Version History ; 0.0.1 : Initial release
Description of your changes:
I would like to authenticate
Authentication
Username:
Password:
Spam control
What do you get when you subtract 0 from 6?