Node.js and Password Storage with Bcrypt
Every year we continue to see news articles and Pastebins about data breaches where user accounts were stored either in plaintext (seriously!) or using an inferior hashing algorithm. This practice...
View ArticleCheckout “Securing Your Node.js Web Application” on Pluralsight Now!
Since its creation in 2009, Node.js has seen exponential growth in its popularity as well as its surrounding community of users and the applications they are building. With the drive towards a...
View ArticleShow 8: The Business Club
STORY: The Business Club and the Zeus Trojan So You Want to Be a Gangster? Whether you hail from the old school shows like Dragnet, or something more recent like The Saprano’s, theres a reason why...
View ArticleSecuring Node.js: Enforcing User Account Requirements in Express.js
If you’ve done a good share of web development, there’s a likelihood you have implemented some type of password requirements for new user registration, enforcing certain parameters on the passwords...
View Article