MarcinKurzawa
May 24th, 2002, 06:56 PM
For those of you looking for an implementation of SHA-256 in Java, I have one freely downloadable with source code at http://www.cryptoheaven.com/Download/Download.htm
Look for a file DigestCalc.jar at the bottom of the page. It is an executable JAR so you can run it with standard 'java -jar DigestCalc.jar' command.
This Java utility will calculate hash using its built in SHA256 algorithm, as well as other standard algorithms available from your default JCE provider. If you have the JRE from Sun, you most likely already have MD5 and SHA1 algorithms available which can also be used by the utility.
Marcin.
_______________________________________________
Secure online storage and file sharing http://www.CryptoHeaven.com
Look for a file DigestCalc.jar at the bottom of the page. It is an executable JAR so you can run it with standard 'java -jar DigestCalc.jar' command.
This Java utility will calculate hash using its built in SHA256 algorithm, as well as other standard algorithms available from your default JCE provider. If you have the JRE from Sun, you most likely already have MD5 and SHA1 algorithms available which can also be used by the utility.
Marcin.
_______________________________________________
Secure online storage and file sharing http://www.CryptoHeaven.com