0.1.2 • Published 10 years ago

cryptofoo v0.1.2

Weekly downloads
3
License
-
Repository
github
Last release
10 years ago

#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.