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

Поделиться
HTML-код
  • Опубликовано: 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

  • @visheshpandey2001
    @visheshpandey2001 2 месяца назад +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

  • @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

  • @aaronmartin56
    @aaronmartin56 2 года назад +1

    This might be the single best programming video on RUclips...

  • @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.

  • @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 3 месяца назад

    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 !!

  • @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.

  • @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.

  • @patrickkranzpiller6400
    @patrickkranzpiller6400 2 года назад +1

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

  • @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

  • @muhammadumer4127
    @muhammadumer4127 Год назад

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

  • @MsFarria
    @MsFarria 2 года назад +1

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

  • @SakosTechSpot
    @SakosTechSpot 9 месяцев назад +1

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

  • @tapank415
    @tapank415 2 года назад

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

  • @DanMazzilli-pv9yl
    @DanMazzilli-pv9yl Год назад

    Awesome video! Clear explanation! Thank you so much

  • @faizanahmed9304
    @faizanahmed9304 3 года назад

    Great explanation, just loved it

  • @jacobcambell
    @jacobcambell 2 года назад

    Explained very well with no BS thanks

  • @godspower3183
    @godspower3183 Год назад

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

  • @adarshchakraborty
    @adarshchakraborty 3 года назад

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

  • @jamalwebdevelopment4841
    @jamalwebdevelopment4841 2 года назад

    You are the real gem we need in this world😍

  • @updatedotexe
    @updatedotexe 3 года назад

    Best explanation I have yet seen.

  • @jermaineblake8671
    @jermaineblake8671 2 года назад

    Very helpful explanation. Thank You!

  • @jonahg6564
    @jonahg6564 3 года назад +3

    Thank you for actually explaining what it is!

  • @souvikchakraborty9900
    @souvikchakraborty9900 10 месяцев назад

    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.

  • @skygolden7293
    @skygolden7293 Год назад

    Really well explained. Great video, thanks 🙏

  • @hemantvardani1436
    @hemantvardani1436 Год назад +1

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

  • @sanjitselvan5348
    @sanjitselvan5348 2 года назад

    Good explanation. Thanks!

  • @EnglishRain
    @EnglishRain Год назад

    Excellent explanation thanks a ton!

  • @divyarao3387
    @divyarao3387 2 года назад

    Amazing explanation . Thank you so much!

  • @ellsonmendesYT
    @ellsonmendesYT 3 года назад

    excellent video, got rid off all my doubts

  • @davidmaccarthy3922
    @davidmaccarthy3922 3 года назад

    Awesome, Awesome explanation! Clarified everything. Thanks!!

  • @orelalon6167
    @orelalon6167 3 года назад

    Excellent explanation!

  • @CSERohitKartik
    @CSERohitKartik 2 года назад

    Well explained, Chaim so good :)

  • @danielbetancourt5941
    @danielbetancourt5941 3 года назад

    Great explanation. Thank you

  • @englishaccount4016
    @englishaccount4016 2 года назад

    this so amazing you deserve a lot of suscribers

  • @ChaseNorton
    @ChaseNorton Год назад

    Well done - great video

  • @utkarshsingh2598
    @utkarshsingh2598 2 года назад

    Sir really thanks for explaining this

  • @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!!

  • @matheusleal9333
    @matheusleal9333 Год назад

    Amazing Stuff!!

  • @djneils100
    @djneils100 3 года назад

    thanks for really interesting video Chaim!

  • @JDesrosiers
    @JDesrosiers 2 года назад

    Thanks a lot for this.

  • @abhirammenon9676
    @abhirammenon9676 2 года назад

    great content man...

  • @Abdullah-uv9nk
    @Abdullah-uv9nk 3 года назад

    Amazing explanation, thank you sir

  • @wandavazquez3201
    @wandavazquez3201 2 года назад

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

  • @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$?

  • @dror-krief
    @dror-krief Год назад

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

  • @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.

  • @arnabchatterjee2094
    @arnabchatterjee2094 2 года назад

    u r a gr8 teacher

  • @dafaaqilla5185
    @dafaaqilla5185 Год назад

    Thanksalot sir!

  • @shin-ishikiri-no
    @shin-ishikiri-no 2 года назад

    Incredible.

  • @aliyanhussain4649
    @aliyanhussain4649 2 года назад

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

  • @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

  • @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?

  • @giovanniritchie
    @giovanniritchie 4 месяца назад

    Thanks!

  • @hououinkyouma5372
    @hououinkyouma5372 2 года назад

    Thank you

  • @ahmedsherif7505
    @ahmedsherif7505 2 года назад

    you are amazing

  • @juanmanuelgallego3630
    @juanmanuelgallego3630 3 года назад

    Thank you.

  • @roronoa_d_law1075
    @roronoa_d_law1075 2 года назад

    On point

  • @odiltoxtaboyev7599
    @odiltoxtaboyev7599 Год назад

    14:52 Thank you!!!

  • @designer5445
    @designer5445 10 месяцев назад

    thanks

  • @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

  • @ahmedgameel7377
    @ahmedgameel7377 3 года назад

    Iam shocked this video only has 2k views !

  • @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:)

  • @kshetritej_
    @kshetritej_ 4 месяца назад

    stat from 13:30 for the comparing scenario

  • @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?

  • @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?

  • @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.

  • @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 Год назад +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".

  • @micha1346
    @micha1346 2 года назад

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

  • @davidbrown7159
    @davidbrown7159 2 года назад

    Lechaim

  • @trm8985
    @trm8985 Год назад

    😳

  • @JFKTLA
    @JFKTLA Год назад +1

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

  • @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 11 месяцев назад

    you really speak very fast

  • @kshetritej_
    @kshetritej_ 4 месяца назад

    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!!