hashit

0.0.2 • Public • Published

hashit is a simple method for making secure codes out of plain text. It uses sha-1 and crypto to make things hopefully secure.

Usage

var hashit = require('hashit');
hashit('somepassword', 'yoursecretcode'); //returns a hashed string

Link to the Github Repo

/hashit/

    Package Sidebar

    Install

    npm i hashit

    Weekly Downloads

    1

    Version

    0.0.2

    License

    BSD

    Last publish

    Collaborators

    • mp