Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 407 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 407 Bytes

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