blob: 881e5ca6981ff8a3eb7681a5e297a191887a386c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
This package implements the MD5 Message-Digest Algorithm, as defined in RFC
1321, in Common Lisp.
Warning: The MD5 Message-Digest Algorithm has been compromised as a
cryptographically secure hash for a long time, with known theoretical and
practical attacks. Therefore, use of this implementation is recommended only
for legacy purposes or cases where a cryptographically secure hash is not
required. For all other uses, consider one of the newer SHA-2 or SHA-3 secure
hash standards, or whatever is currently deemed cryptographically secure.
This package is compiled with CLISP.
|