Skip to content

matthewpalmer/hashit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple way to hash passwords/codes/secret things

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published