0.2.5 • Published 8 years ago

hash-utilities v0.2.5

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Hash-Utilities

NPM Version

Simple helper package to generate SHA,SHA1,SHA256,SHA384,SHA512 and MD5 hash from your string. You can get hash string in either 'hex' or 'base64'.

Usage

var _hashUtilites=require('hash-utilities'); var hashUtilites=new _hashUtilites();

var hashString= hashUtilites.getHashSHA256Hex('string to be hashed');

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago