cryptofoo
v0.1.2
Published
a good compromise between speed and validity to hash and encrypt (in future versions) strings
Downloads
1
Readme
#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.