3.0.1 • Published 4 years ago

derived-key v3.0.1

Weekly downloads
51
License
MIT
Repository
github
Last release
4 years ago

derived-key

Generate a secure (one-way) hash to store secrets with

import { hash, verify } from 'derived-key'

async function main () {
  const hashed = await hash('password')    
  return verify('password', hashed)
}

main().then(x => console.log(x)) //true

Building & Testing

npm i

npm run watch

3.0.1

4 years ago

3.0.0

4 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago