SDHash (v2.6)
Written: 5th August 2001
Last updated: 10th October 2004
Summary
SDHash is a simple program that runs from the command line and
generates
the hash of any user specified file. It can also generate
the hashes for multiple files, and can optionally recurse directories.
Hashes supported include:
- GOST
- MD2
- MD4
- MD5
- RIPEMD-128
- RIPEMD-160
- RIPEMD-256
- RIPEMD-320
- SHA
- SHA-1
- SHA-256
- SHA-384
- SHA-512
- Tiger
This is a compiled version of SDHash that is supplied with the source
code to the Delphi hash components.
For the source code to this application, please see the Delphi
Components page (source is included in the demos section of the
components package).
Download
SDHash can be downloaded from the downloads
page
Syntax and Usage
Please type "SDHash /?" from a command line to display syntax and
usage.
Version history
- v2.6 (10th October 2004)
- v2.1 (29th May 2004)
- Added aliases "RMDxxx" and "RMD-xxx" for RIPEMD hashes
- v2.0 (28th February 2004)
- Added support for SHA-256/SHA-284/SHA-512 algorithms
- Added warning for when SHA is used. Useful if you meant
to use
SHA-1, but forgot to type the "-1"! (See command line options if want
to suppress this warning)
- User no longer needs to type in the "-" in "SHA-1, etc (a minor
change,
but helps a lot with usability!)
- Cleaned up the command line options
- v1.2 (5th August 2001) - First public release
- Various minor cosmetic improvements
- v1.1 (??? ???? 2001)
- Various minor changes, including the ability to recurse
directories.
- v1.00 (?? ???? 2001) - Original release, restricted distribution
Email me at: sdean12@sdean12.org
Return to the main page