Date: Mon, 22 Jul 2002 14:54:25 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Tim AtLee cc: djgpp AT delorie DOT com Subject: Re: MD5 hash (or something like it)? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 22 Jul 2002, Tim AtLee wrote: > Does anyone know a quick way of generating an MD5 hash (or something > similar.. some sort of checksum) for a string? Been looking around on the > net, but not finding a lot .. The GNU Textutils, whose DJGPP port you can find in v2gnu/txt20b.zip, include a program called md5sum which will do this.