This is the best description of 2nd preimage resistance I've found. Helps a visual learner like me greatly. I found the text in WIlliam Stallings & Lawrie Brown's book not so easy to understand.
@tadm1236 жыл бұрын
This is the best explanation I'd seen yet. Thanks a lot!
@sunnyyang25245 жыл бұрын
It is so easy to understand hash-function and attacks, thanks for your hard working.Adam
@34521ful6 жыл бұрын
Best explanation I've seen on youtube. Good stuff mate
@abdullah557 Жыл бұрын
I have my information security exam tomorrow and this is THE BEST video on hashes! thanks Adam you are a legend!
@milesisterrible Жыл бұрын
you explained second preimage resistance better than any explanation ive read/seen in 3 minutes, thank you so much!
@samsamhuns9285 жыл бұрын
Concise and articulate. The most simple and efficient explanation of second preimage resistance floating around. Keep up the good work.
@gregcouture8253 Жыл бұрын
Thanks for the great explanation, Adam! :D
@yanahawkins21353 жыл бұрын
Adam IS the Best! So much clearer than my college professors!
@lennyatomz83893 жыл бұрын
Well done, Adam! This is, hands down, the most straightforward and understandable explanation of these topics I've ever encountered. Thank you so much for sharing your insights here!! 😁👍
@rebeccah24156 жыл бұрын
Thank you Adam, that one was great!
@KD-el9uq Жыл бұрын
Great video
@coom575 жыл бұрын
thank U you are the BEST ..
@anatolyk98326 жыл бұрын
hats off, Adam! could not have been better!
@axellundeby64382 жыл бұрын
life saver!
@Soner_Dev3 жыл бұрын
not all heroes wear capes
@paroussis3 жыл бұрын
Amazing vid, great job. Thanks
@Ck2024-z3w5 жыл бұрын
Great work. thanks @Adam
@otmanesaiaoud9472 Жыл бұрын
this was very helpful thank you so much
@skyboundjg24413 жыл бұрын
Love this video, thanks Adam! :)
@neilsagarsahu73062 жыл бұрын
I liked it really!
@joelagnel16 жыл бұрын
Nice video. Just to add, collision resistance is more useful when using hashing for hash tables, and look up purposes. In this case, lack of col. resistance can result in poor performance.
@adamsmallhorn37896 жыл бұрын
Absolutely important for other areas of computing - 100%! But also important in security - if my facebook password - dog - and your password - cat - both hash to the same hash, then probabilistically the set of possible hashes is reduced, and the security is also reduced.
@joelagnel16 жыл бұрын
agreed, thanks
@thomasnn6 жыл бұрын
Very good, thanks!
@divyapremchandran19003 жыл бұрын
very nice explanation really informative
@syndendesign6 жыл бұрын
Thank you for the video! Learned alot!
@致遠星人6 жыл бұрын
well explained thx a lot
@taner34766 жыл бұрын
What is difference between 2nd preimage attack and CR attack?
@joyemoticon6 жыл бұрын
In the first case (second preimage resistance), the attacker is handed a fixed m1 to which he has to find a different m2 with equal hash. In particular, he can't choose m1. In the second case (collision resistance), the attacker can freely choose both messages m1 and m2, with the only requirement that they are different (and hash to the same value).
@adamsmallhorn37896 жыл бұрын
Buttermilk is right - but essentially.... 2nd preimage one of the inputs is fixed, but for collision resistance both of the inputs can be varied. 2nd preimage is finding a fake version of the newspaper that has the same hash as the legitimate newspaper (harder to do - and more lucrative if you can pull it off). Collision resistance is creating two random newspapers and continuing to randomly generate newspapers until any two that have the same hash (will occur more often following the birthday paradox)
@remyaunnikrishnan20374 жыл бұрын
Wont the hashes be encrypted to perform collision?