sha-hasher

1.0.5 • Public • Published

License: UCOP v3

Current features:

  • generating a SHA256 hash
  • generating a SHA512 hash

Setup for the project

Download the module with the command: npm install --save sha-hasher

Import the module with:

const Hasher = require('sha-hasher');

License: UCOP v3

Important Notice

This package is a extension package for the lsj npm package
https://www.npmjs.com/package/lsj

SHA256-hash generator usage

var text = "The text you want to use";
 
var hash = Hasher.SHA256(text);

SHA512-hash generator usage

var text = "The text you want to use";
 
var hash = Hasher.SHA512(text);

/sha-hasher/

    Package Sidebar

    Install

    npm i sha-hasher

    Weekly Downloads

    0

    Version

    1.0.5

    License

    ISC

    Unpacked Size

    17 kB

    Total Files

    6

    Last publish

    Collaborators

    • zombymediaic