cryptofoo

0.1.2 • Public • Published

cryptofoo

a good compromise between speed and validity to hash and encrypt (in future versions) strings

about

License: MIT
Version: 0.1.2
Date: 07.2013

howto

var str = 'string to hash';
 
var md5hash       = cryptofoo.hash('md5', str);
var crc32hash     = cryptofoo.hash('crc32', str);
var whirlpoolhash = cryptofoo.hash('whirlpool', str);

demo

Test this code on the associated github page: simonwaldherr.github.io/cryptofoo

contact

Feel free to contact me via eMail, on App.net or on Twitter. This software will be continually developed. Suggestions and tips are always welcome.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.2
    1

Package Sidebar

Install

npm i cryptofoo

Weekly Downloads

0

Version

0.1.2

License

none

Last publish

Collaborators

  • simonwaldherr