Bcrypt Tutorial in Nodejs | Understand Hashing, Salt, Rainbow Tables and Bcrypt

Поділитися
Вставка
  • Опубліковано 8 гру 2020
  • What is the safest way to store a user's password in the database? Did you guess hashing? If you did then you would be correct. Hashing with a salt, and using a slow running algo like bcrypt is the safest way to go about storing a user's password in the db. In this video I demonstrate how to use bcryptjs to do just that.
    Get 1 on 1 mentorship with me! ▶▶▶calendly.com/codingwithchaim/...
  • Наука та технологія

КОМЕНТАРІ • 102

  • @sarunluitel2001
    @sarunluitel2001 3 роки тому +20

    Finally!! Thank You!. I was loosing my mind thinking how bcrypt knows what salt was used when comparing. now I know

    • @sarunluitel2001
      @sarunluitel2001 3 роки тому

      Apparently there is also the concept of peppers (a fixed value stored in the server to append to each password) on top of salt. Are there anything else used in the modern day "best practices"?

    • @dontqsy5101
      @dontqsy5101 2 роки тому

      Can someone explain me how bcrypt works (especially when we are comparing a hash with a text plain password ) ? I dont speak english, i cant undrestand the video

    • @odiltoxtaboyev7599
      @odiltoxtaboyev7599 Рік тому

      @@dontqsy5101 14:52

  • @visheshpandey2001
    @visheshpandey2001 3 місяці тому +1

    no whiteboard , no diagram, no presentation, no animation just code and straight talk at 2x and yes we all understood.Thnak you for such nice explanation

  • @TheCodingOdyssey
    @TheCodingOdyssey 3 роки тому +13

    Love this explanation. Not only you explained the how, but the why. A lot of times we are working with stuff, but we don't really understand the behind the scenes. This explains it in case of what bycript does for us.

  • @aaronmartin56
    @aaronmartin56 2 роки тому +1

    This might be the single best programming video on UA-cam...

  • @ty.udy_
    @ty.udy_ 3 роки тому +2

    Wow, you just explain an entire 2 weeks of my college security course in 17 minutes. Thank you much, sir

  • @alexgregory5583
    @alexgregory5583 3 роки тому +4

    Oh man, every single question I had about bcrypt and salts was answered in this video! Really appreciate walking through from bad to best practice and explaining why each step is better than the previous.

  • @wuwo2296
    @wuwo2296 4 місяці тому

    Fine job explaining bcrypt! You answered all the burning questions I had about how this works! Thank you and keep sharing!

  • @Webdevelopmentya
    @Webdevelopmentya Рік тому +1

    lol was definitely a lot to follow and keep up with but this was exactly what I needed . I wanted to figure out a way to use compare and check the user password and hash password to log a user in but since I love to learn how things work and the process I stumbled upon this video. I got a full understanding how Hashing and Salt works and the answer to my problem. Thank you soooo much !!

  • @muhammadumer4127
    @muhammadumer4127 Рік тому

    The best explanation, every single question I had about bcrypt and salts was answered in this video.
    Thankyou

  • @thecyrusj13
    @thecyrusj13 2 роки тому

    This is the first explanation I've heard that I can actually understand. Most of the time people abbreviate the hard parts or give an answer that's too complicated to pick apart. Thanks for the video.

  • @patrickkranzpiller6400
    @patrickkranzpiller6400 2 роки тому +1

    Fantastic explanation, especially on the comparing of existing hashes which is the part I was confused about. Thank you!

  • @SakosTechSpot
    @SakosTechSpot 10 місяців тому +1

    Great video! Explained everything I wanted to know. Had to watch at 0.75x speed though cause I couldn't keep up lol

  • @radi_dev7628
    @radi_dev7628 2 роки тому

    Now this is the best explanation I've gotten on the subject. And you talk fast too. Awesome. I'm subscribing right away

  • @MsFarria
    @MsFarria 2 роки тому +1

    Awesome, Awesome explanation! Clarified everything. Exactly what i was looking for!!! Thanks!!

  • @dhillaz
    @dhillaz 2 роки тому +5

    Thanks, 14:52 is the explanation I was looking for - the output bcrypt creates contains both the hash and the salt concatenated (plus the number of salting rounds), therefore there is no need to store the salt separately when building an application.

  • @tapank415
    @tapank415 2 роки тому

    last part is video is what i was looking for. Awesome explanation! ! !

  • @souvikchakraborty9900
    @souvikchakraborty9900 11 місяців тому

    Thanks sir you really explained it well and with every ounce of knowledge. I really appreciate your work and really wish if teachers at my university would have been like you.

  • @adarshchakraborty
    @adarshchakraborty 3 роки тому

    Exactly, I had this question in my mind, thank you for answering

  • @godspower3183
    @godspower3183 Рік тому

    Had to hit the like and subscribe button.
    This was masterfully done.
    Thank you very much.

  • @DanMazzilli-pv9yl
    @DanMazzilli-pv9yl Рік тому

    Awesome video! Clear explanation! Thank you so much

  • @skygolden7293
    @skygolden7293 Рік тому

    Really well explained. Great video, thanks 🙏

  • @jonahg6564
    @jonahg6564 3 роки тому +3

    Thank you for actually explaining what it is!

  • @faizanahmed9304
    @faizanahmed9304 3 роки тому

    Great explanation, just loved it

  • @jermaineblake8671
    @jermaineblake8671 2 роки тому

    Very helpful explanation. Thank You!

  • @jacobcambell
    @jacobcambell 2 роки тому

    Explained very well with no BS thanks

  • @jamalwebdevelopment4841
    @jamalwebdevelopment4841 2 роки тому

    You are the real gem we need in this world😍

  • @davidmaccarthy3922
    @davidmaccarthy3922 3 роки тому

    Awesome, Awesome explanation! Clarified everything. Thanks!!

  • @divyarao3387
    @divyarao3387 2 роки тому

    Amazing explanation . Thank you so much!

  • @CSERohitKartik
    @CSERohitKartik 2 роки тому

    Well explained, Chaim so good :)

  • @hemantvardani1436
    @hemantvardani1436 2 роки тому +1

    Hey !! what a amazing viedo !!! Really man, that was full of knowledge ...Thanks

  • @AdityaGupta-yi7oe
    @AdityaGupta-yi7oe 2 місяці тому

    So basically, Hacker can still get access to the salt and the hashes and figure out the password but he would have to create his own rainbow table for that specific salt which would be infeasible for him. Thankyou for the explanation!!

  • @updatedotexe
    @updatedotexe 3 роки тому

    Best explanation I have yet seen.

  • @ellsonmendesYT
    @ellsonmendesYT 3 роки тому

    excellent video, got rid off all my doubts

  • @sanjitselvan5348
    @sanjitselvan5348 2 роки тому

    Good explanation. Thanks!

  • @EnglishRain
    @EnglishRain Рік тому

    Excellent explanation thanks a ton!

  • @orelalon6167
    @orelalon6167 3 роки тому

    Excellent explanation!

  • @danielbetancourt5941
    @danielbetancourt5941 3 роки тому

    Great explanation. Thank you

  • @englishaccount4016
    @englishaccount4016 2 роки тому

    this so amazing you deserve a lot of suscribers

  • @Codebrah
    @Codebrah Рік тому +1

    Only thing I don't understand is why we even bother with the salt if we append it to the hashed password and then store it in the DB... is it because the hackers won't know the length of the salt? Or is it because any random salt at all makes the rainbow table useless? Regardless, very good tutorial. You explain things well.

  • @ChaseNorton
    @ChaseNorton Рік тому

    Well done - great video

  • @djneils100
    @djneils100 3 роки тому

    thanks for really interesting video Chaim!

  • @TheAboutTown
    @TheAboutTown 3 роки тому +2

    thanks for this great video. I have a couple of questions. Is the salt also stored in the database somewhere? Or is it always some fixed length, say n, and the comparison is made without the last n characters in the hash with the salt? In other words, how is the salt removed? Also why do the salts in this video always start with a$10$?

  • @matheusleal9333
    @matheusleal9333 2 роки тому

    Amazing Stuff!!

  • @utkarshsingh2598
    @utkarshsingh2598 3 роки тому

    Sir really thanks for explaining this

  • @abhirammenon9676
    @abhirammenon9676 2 роки тому

    great content man...

  • @JDesrosiers
    @JDesrosiers 3 роки тому

    Thanks a lot for this.

  • @Abdullah-uv9nk
    @Abdullah-uv9nk 3 роки тому

    Amazing explanation, thank you sir

  • @wandavazquez3201
    @wandavazquez3201 2 роки тому

    excellent presentation. very clarifying what happens when someone forgets their password?

  • @dror-krief
    @dror-krief Рік тому

    היי
    תודה לך
    ממש מגניב שמצאתי את הערוץ שלך
    thank you so much
    it's very useful

  • @shin-ishikiri-no
    @shin-ishikiri-no 2 роки тому

    Incredible.

  • @arnabchatterjee2094
    @arnabchatterjee2094 2 роки тому

    u r a gr8 teacher

  • @dafaaqilla5185
    @dafaaqilla5185 Рік тому

    Thanksalot sir!

  • @CyberShark97
    @CyberShark97 3 роки тому

    Very complete, clear and answered all of my questions. Exemplary video. If I may, why did you opt for bcryptjs over bcrypt? For the lack of dependencies?

    • @CodingWithChaim
      @CodingWithChaim  3 роки тому +1

      Thank you! Honestly I cant remember the exact reason why I chose the js version here in this video, but typically in a real project, going with the JS version does make things simpler. I had an instance where I was trying to deploy code to AWS lambda with the non JS version and it was giving me major issues.

    • @CyberShark97
      @CyberShark97 3 роки тому

      @@CodingWithChaim I’ll go for the js version then ahah, thanks again! Have a nice day :] (you got a new sub btw)

    • @CodingWithChaim
      @CodingWithChaim  3 роки тому

      Thank you! Welcome to the channel

  • @giovanniritchie
    @giovanniritchie 5 місяців тому

    Thanks!

  • @ahmedsherif7505
    @ahmedsherif7505 2 роки тому

    you are amazing

  • @hououinkyouma5372
    @hououinkyouma5372 2 роки тому

    Thank you

  • @roronoa_d_law1075
    @roronoa_d_law1075 2 роки тому

    On point

  • @miguelrohv5643
    @miguelrohv5643 2 роки тому

    Hello, this is the only video that i got to understand bcrpyt. thank you for that. i have a question. does this mean i'll have to pull the hash from the database then compare it back in nodeJS?

  • @lassesekopaa9202
    @lassesekopaa9202 3 роки тому +1

    This may be stupid question, but if the salt that has been used is stored in the DB why can't the hackers just use that information to run through the common passwords. Is this unavoidable and this is just a way to make it more time comsuming for the hackers?

  • @juanmanuelgallego3630
    @juanmanuelgallego3630 3 роки тому

    Thank you.

  • @ravinakumari8007
    @ravinakumari8007 2 роки тому +1

    Thank you so much for this video, my 80% confusion is clear now but I am still having doubts about the hacker's technique, can't they use the same bcrypt method and apply their RANMBOW thing on it while logging in? but many things are clear with your video thanks a lot:)

  • @aliyanhussain4649
    @aliyanhussain4649 2 роки тому

    Don't know how to thank you for this video.

  • @ty.udy_
    @ty.udy_ 3 роки тому

    So theoretically, if a hacker got access to your database, couldn't they make a rainbow table out of the normal passwords hashed with the first 27 characters of your stored password (aka your salt)? Or is the idea that that takes so long that it isn't feasible?

  • @sunilpoojari91
    @sunilpoojari91 2 роки тому

    You mentioned while comparing the password bcrypt take the salt out from the hash stored in the database and attaches it to the password that user has entered and then creates the hash for comparing both the has one present in the database and one that user has entered, but how does bcrypt know what is the start index and the end index of the salt to get the salt out of the hash i.e. stored in the database.

    • @CodingWithChaim
      @CodingWithChaim  2 роки тому +1

      Bcrypt is the one that appends the salt to the hash so they know where it is

  • @designer5445
    @designer5445 10 місяців тому

    thanks

  • @ahmedgameel7377
    @ahmedgameel7377 3 роки тому

    Iam shocked this video only has 2k views !

  • @odiltoxtaboyev7599
    @odiltoxtaboyev7599 Рік тому

    14:52 Thank you!!!

  • @alexsinx
    @alexsinx 2 роки тому +1

    So if I get it right if the hacker knows where the salt begins and where it ends (since bcrypt is an open source package) we're back to the initial spot where they can just use the rainbow tables again, right?

    • @CodingWithChaim
      @CodingWithChaim  2 роки тому

      No because the salt is totally random and is hashed.

    • @alexsinx
      @alexsinx 2 роки тому

      @@CodingWithChaim but we can see on bcrypt repo that the salt has 16 chars and that the stored password will be the sequence of salt+password so the hacker doesnt need to "crack" the salt hash, they just need to take it off. Am I missurderstanding something?

    • @CodingWithChaim
      @CodingWithChaim  2 роки тому +1

      @@alexsinx the salt gets added to the user’s password and then the combined string gets hashed. This means the resulting hash will not show up in a rainbow table

    • @mykhailosichkaruk
      @mykhailosichkaruk 2 роки тому +1

      Seems reasonable to me too. If a hacker knows the hash() function and salt, he still can create rainbow tables.
      It should look like this:
      rainbow table = "salt "+ hash( "salt" + "popular_password")
      But hacker need to create a new table for every "salt".

  • @puneetsingh9678
    @puneetsingh9678 3 роки тому

    bcrypt should be used in the frontend and then the hash should pass through network and stored in the db right?

    • @CodingWithChaim
      @CodingWithChaim  3 роки тому

      No. The password is sent in plain text to the server and then hashed on the server.

  • @kshetritej_
    @kshetritej_ 5 місяців тому

    stat from 13:30 for the comparing scenario

  • @micha1346
    @micha1346 2 роки тому

    Great explanation! But talking a bit slower would make it even more perfect ;)

  • @JFKTLA
    @JFKTLA Рік тому +1

    in just 17 mins i got a cyber security degree, lol jk i don't think its this simple XD.

  • @trm8985
    @trm8985 Рік тому

    😳

  • @davidbrown7159
    @davidbrown7159 2 роки тому

    Lechaim

  • @utkarshkukreti239
    @utkarshkukreti239 3 роки тому

    It's practically infeasible to go back to the value from a cryptographic hash

  • @yourfavouriteman
    @yourfavouriteman Рік тому

    I am completly dizzy !

  • @siddhantraj5323
    @siddhantraj5323 Рік тому

    you really speak very fast

  • @kshetritej_
    @kshetritej_ 5 місяців тому

    Andrew Tate must have learned from him.

  • @sleepingowl5037
    @sleepingowl5037 2 роки тому

    Speaking very fast

  • @jorims8537
    @jorims8537 Рік тому

    bro you talk faster than eminem. Calm down please.

  • @dalandan8300
    @dalandan8300 Рік тому

    you talk too much

  • @davidmaccarthy3922
    @davidmaccarthy3922 3 роки тому

    Awesome, Awesome explanation! Clarified everything. Thanks!!