Skip to content

sfluor/pthash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pthash

A small library providing a way to hash things to plain text strings secure password storage.

Installation

You can install pthash with: npm install pthash --save Or yarn add pthash

Usage

const pthash = require('pthash');

const hash = pthash("password");

console.log(hash)

Tests

Just run npm test

Info

Please do not use this in production, or at your own risk

About

A string to plain text hash

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published