craftninja / b_crypt_node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This is a playground for messing around with bcrypt in isolation

Run it locally

  • Fork, clone, npm install
  • $ node index.js

How did you set this up?

  • Make a directory for this project
  • $ git init
  • $ npm init
  • $ touch .gitignore && echo npm_modules > .gitignore
  • $ npm install bcrypt --save
  • $ touch index.js
  • Add examples of usage from npm's bcrypt
  • console.log() like everything, experiment until things make sense

About


Languages

Language:JavaScript 100.0%