Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

lpil/purescript-node-bcrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

purescript-node-bcrypt

CircleCI

Purescript wrapper around Javascript bcrypt.

Usage

  1. Add bcrypt dependency in your package.json
  2. Add purescript-bcrypt dependency in your bower.json
  3. Hash some passwords :)

Examples

See the test directory for an example.

License

MIT Licenced, same as the Javascript bcrypt library.