MD5
This package contains a class that implements the MD5 128-bit one-way hash function.
By Duane Maxwell/EntryPoint. Ported to Dolphin by Steve Waring.
![]() |
This package contains a class that implements the MD5 128-bit one-way hash function.
By Duane Maxwell/EntryPoint. Ported to Dolphin by Steve Waring.
Download: MD5_5.1.0.zip (download may be redirected to mirror)
Release Date: 6 May 2002
Version: 5.1.0 (beta)
From the Squeak class comments:
From Squeak3.1alpha of 20 February 2001 [latest update: #3679] on 23 February 2001 at 10:54:55 pm Change Set: MD5 Date: 20 January 2000 Author: Duane Maxwell/EntryPoint
This changeset implements the MD5 128-bit one-way hash function. It relies on the ThirtyTwoBitRegister class supplied as part of the Digital Signatures functionality included in Squeak 2.7. As of this date (1/20/2000), the U.S. Government has lifted many of the previous restrictions on the export of encryption software, but you should check before exporting anything including this code. MD5 is commonly used for some secure Internet protocols, including authentication in HTTP, which is why I wrote it.