by asaddi
sha is a file hashing utility that uses the NIST's SHA-1, SHA-256, SHA-384, & SHA-512 hash algorithms. It can be used for file integrity checking, remote file comparisons, etc. The portable algorithm implementations can be useful in other projects too.
2003-07-25 Allan Saddi* Minor tweaks to sha code to make more ANSI C compliant. Thanks to Paul Gilmartin for noticing the issue. * Add shatest program for portable testing of algorithm ...
2002-09-13 Allan Saddi* Version 1.0.3 released. 2002-09-11 Allan Saddi * Switch to autoconf 2.53/automake 1.5 * Test for existence of inttypes.h and stdint.h. If ...
2001-08-19 Allan Saddi* Add man page. * Version 1.0.2 released.
It was brought to my attention that my SHA implementations left sensitive data on the stack. This release corrects the problem and adds a bit more sanitizing code. All in all, overkill for a simple hashing utility. :)
2001-08-12 Allan Saddi* Burn sensitive information from the stack. * Be sure to burn file buffer too. * Version 1.0.1 released.
Hopefully this code will be useful to others as well. :)
Anonymous committed patchset 1 of module CVSROOT to the sha CVS repository, changing 11 files
Anonymous created the Welcome to Developers forum thread
Anonymous created the Welcome to Help forum thread
Anonymous created the Welcome to Open Discussion forum thread
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use