JFrankfurt / To-The-Moon-Bitcoin-Game

A Bitcoin Faucet Game
7 stars 7 forks source link

Set up secure password storage #13

Open JFrankfurt opened 9 years ago

JFrankfurt commented 9 years ago

bcrypt, the standard library used for this purpose, doesn't work with iojs. We need to use the crypto library shipped with iojs and salt/store user information in a secure way.