coiscir / jsdigest

A collection of cryptographic hash functions written for ECMAScript 3.

Home Page:http://coiscir.github.io/jsdigest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jsDigest

A Message Digest module for JavaScript. (IE 5.5+, FF 2+, Chrome 2+, Opera 9+)

http://coiscir.github.com/jsdigest/

Supports

  • MD4
  • MD5
  • RIPEMD-160 (128)
  • SHA-1
  • SHA-2 (224, 256, 384, 512)
  • Skein (256, 512, 1024)

Building jsDigest

Building jsDigest requires:

From within the source tree:

  • rake build - Compiles full and minified distributables.

License

jsDigest is released under the terms of the MIT License.

About

A collection of cryptographic hash functions written for ECMAScript 3.

http://coiscir.github.io/jsdigest/

License:MIT License


Languages

Language:JavaScript 71.7%Language:HTML 24.7%Language:CSS 2.3%Language:Ruby 1.3%