In the process of learning more about bcrypt, I learned more about how hashing and salting worked by watching a number of great videos on the topic. I’ll attempt to briefly explain it in my own words in the next section.
In the process of learning more about bcrypt, I learned more about how hashing and salting worked by watching a number of great videos on the topic. I’ll attempt to briefly explain it in my own words in the next section.
For the last few months I’ve been working on a mock car dealership app I named Express Autos. Its built using Node, Express, MySQL2 (which is a drop in replacement for Node’s MySQLjs driver, so all of MySQLjs’ features work in MySQL2, but MySQL2 allows the use of promises), EJS and MariaDB as the database.