Projects / jsSHA

jsSHA

jsSHA is a JavaScript implementation of the complete SHA family of hashes as well as HMAC. It includes SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512

Tags
Licenses
Operating Systems
Implementation

RSS Recent releases

  •  01 Sep 2010 13:54

    Release Notes: The way that classes are declared was changed. Several methods and properties were moved to class scope, reducing overall memory usage of the library. Several small optimizations that speed up the hash generation were also made.

    •  23 Jul 2009 12:51

      Release Notes: A number of large additions were made, including the much-requested HMAC algorithm and support for hex-based inputs. Several functions were tweaked, resulting in a significant performance boost. A different JavaScript compressor is used, which yields a higher file compression ratio.

      •  09 Dec 2008 23:39

      Release Notes: This release fixes a base-64 encoding issue resulting from a missing capital 'X'.

      •  26 Sep 2008 16:42

      Release Notes: In order to prevent global variable pollution, all functionality has been moved to a jsSHA object. With this change, the interface used to calculate hashes has changed significantly. The object-orientated architecture also allowed for hash results to be cached internally, which can lead to performance gains. jsSHA (specifically sha.js) now validates against JSLint using "Recommended" settings. Also, the size of the files meant for production use was shrunk drastically.

      •  22 Feb 2008 07:43

      No changes have been submitted for this release.

      Screenshot

      Project Spotlight

      PAMI

      An Asterisk Manager Interface client.

      Screenshot

      Project Spotlight

      histogram

      A program to make and display a histogram on the command line.