'''Tcl-only implementation for small strings''' Author: Don Libes [http://expect.nist.gov/md5pure/] md5pure is a Tcl extension that computes an md5 message digest or hmac. md5pure uses only core Tcl commands and therefore requires no compilation. See also [Tcllib]'s [md5] package. ---- Can anyone discuss the differences between md5pure and tcllib's md5? ---- [Category Package] [Category Cryptography]