July 2016

Posted by | July 5, 2016
How to use Bcrypt module to Hash and save passwords in the node.js

Using Bcrypt is the perfect way to save passwords in the database regardless of whatever language your backend is using – PHP, Ruby, Python, Node.js, etc. So, lets see how...

Continue Reading