API Authentication with Node - Part #8 - Bcrypt Explained

Description 💻

In the eight part of API authentication with Node series, we'll learn about Bcrypt.

Bcrypt is a popular password hashing function that is used for....well hashing a passwords! Why do we do that? Well, we certainly don't want to store user's passwords in plain text in our databases - that's a huge security risk that you don't want to take.

We'll also go a step further and learn how salting works, which is like another layer of security that we'll add to the password hashing function.

In case you're looking to learn Node, Express, MongoDB, React, client-side validation, server-side validation and more this series should be interesting to you.

Video 🎥

Want to support CodeWorkr? 💖 🌍

To be clear - I'm creating these posts/videos because I enjoy it and I like helping others when I can without expecting anything in return, however, in case you like these posts and I mean you've got to really, really like them to read this section - and would like to support me, first of all, that'd be amazing - thank you very much, secondly, these are some of the ways you can help:

  • Upvote this post
  • Send STEEM to @codeworkr
  • Follow CodeWorkr on Steemit
  • Subscribe to CodeWorkr on Youtube
  • Follow CodeWorkr on Twitter
  • Like CodeWorkr on Facebook
  • BTC 1PAtL34zjj8hKfVziZVe5Yz6HCH7G2iYyx
H2
H3
H4
3 columns
2 columns
1 column
Join the conversation now