factor/basis/checksums/md5/md5-docs.factor

12 lines
447 B
Factor
Raw Normal View History

2008-04-30 17:11:55 -04:00
USING: help.markup help.syntax ;
IN: checksums.md5
HELP: md5
2008-05-11 18:42:48 -04:00
{ $class-description "MD5 checksum algorithm." } ;
2008-04-30 17:11:55 -04:00
ARTICLE: "checksums.md5" "MD5 checksum"
"The MD5 checksum algorithm implements a one-way hash function. While it is widely used, many weaknesses are known and it should not be used in new applications (" { $url "http://www.schneier.com/blog/archives/2005/03/more_hash_funct.html" } ")."
{ $subsection md5 } ;
ABOUT: "checksums.md5"