Articles
Latest
More
Newsletter Sponsorship Discord About
Sign up for our Newsletter
The video for this lesson is currently being updated, please read the transcript instead.
Vue Fullstack > Lesson 44

Hashing passwords

In this video, we'll be dealing with another security measure, which is hashing our user's passwords.

As you can see, we're currently storing the password as plain text in the database. This means anyone with access to the database can access any user's account.

So what we're going to do is hash the password before we store it in the database. This means no one, or even the authentication system itself, will know the true password.


Back to course page

Click to load comments...

Articles
  • Latest
Newsletter
  • Join
  • Sponsorship
More
  • Discord
  • Vue.js jobs
  • About

Vue.js Developers © 2021. View our privacy policy .

  • RSS
  • |
  • Atom