[DGD] 1.2.104
Felix A. Croes
felix at dworkin.nl
Thu Apr 7 22:27:01 CEST 2005
diff -c dgd/src/Changelog:1.340 dgd/src/Changelog:1.341
*** dgd/src/Changelog:1.340 Thu Apr 7 03:45:00 2005
--- dgd/src/Changelog Thu Apr 7 22:20:25 2005
***************
*** 1626,1628 ****
--- 1626,1630 ----
- Add a list of undefined functions to status(obj).
- the program name in the undefined functions mapping was missing a leading
slash.
+ - Introduced hash_string() as a replacement for crypt(), hash_md5() and
+ hash_sha1().
ftp://ftp.dworkin.nl/pyb/dgd/experimental/patches/1.2.103-1.2.104.gz
hash_string() is a kfun which can be extended with new algorithms (both
MD5 and SHA-1 are now considered to be cryptographically dubious, though
still in wide use). The kfuns crypt(), hash_md5() and hash_sha1() are
still available and won't disappear, but their manpages have been updated
to indicate that they are "obsolete".
Regards,
Dworkin
More information about the DGD
mailing list