hash-utilities

0.2.5 • Public • Published

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');

Readme

Keywords

Package Sidebar

Install

npm i hash-utilities

Weekly Downloads

9

Version

0.2.5

License

MIT

Last publish

Collaborators

  • prashant1207