jsSHA - SHA Hashes JavaScript in Blogger

Jumat, 27 Juli 2012 »
jsSHA is a JavaScript implementation of the entire family of SHA hashes as defined in FIPS 180-2 (SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512) as well as HMAC. Despite JavaScript not natively supporting 64-bit operations, SHA-384 and SHA-512 are even implemented! jsSHA is also 100% cross-browser compatible.

Be aware that if JavaScript is disabled in your browser there is the possibility that information entered into the below fields may be transmitted to the GitHub web servers. Ensure that JavaScript is enabled to prevent this possibility.

Hashing Demo

Simply insert your text to be hashed, input type, and the SHA variant you wish to use.
Note: You may have to scroll the output text for longer length hashes

HMAC Demo

Simply insert your text to be hashed, text type, key, key type, and the SHA variant you wish to use.
Note: You may have to scroll the output text for longer length hashes



http://caligatio.github.com/jsSHA/
No comments yet