Rainbow tables: How they are created and used to crack passwords

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ต.ค. 2024

ความคิดเห็น • 14

  • @OfflineSetup
    @OfflineSetup 11 หลายเดือนก่อน +7

    didn't understand a word of it, but it demonstrated that most sites are getting confused between simple two column hash / password lookup tables and rainbow tables.

  • @azizqady243
    @azizqady243 6 หลายเดือนก่อน +4

    The explanation is great but, the chain that is saved is the first plain text (p1) and the last hash of the chain (Hn). Not the first plaint text (p1) and the last plain text in the chain (pn), as you have shown in the video.

  • @ml6164
    @ml6164 หลายเดือนก่อน

    Thank you for the nice explanation :)

  • @Tampsey
    @Tampsey ปีที่แล้ว +3

    so far this is the only video that could explain it somewhat to me but I haven't totally udnerstood the end and how it goes from right to left using the same process that went from left to right ?

    • @gianluca.g
      @gianluca.g 8 หลายเดือนก่อน +1

      It doesn't. If you hit P4, then you start from P1 (the table has the pair P1-P4) and keep hasing/reducing until you get to the password.

  • @vanyaknyazev9710
    @vanyaknyazev9710 ปีที่แล้ว +9

    how does a reduction function work?

    • @azizqady243
      @azizqady243 6 หลายเดือนก่อน +2

      From what I learned online, it's a function that turn a hash into an ASCII.

  • @0xnpctim
    @0xnpctim 3 หลายเดือนก่อน

    This was helpful for me

  • @albanec4702
    @albanec4702 ปีที่แล้ว

    Thank u so much! - clear and brief explanation👍

  • @quocthinhle8072
    @quocthinhle8072 10 หลายเดือนก่อน +3

    But why does he have to hash so many times?

  • @jamesmatthew1903
    @jamesmatthew1903 9 หลายเดือนก่อน +1

    TL;DR - a rainbow table is an indexed database of computed hash values. So if you have the hash of a password, you can quickly look it up VS brute forcing it.

  • @lauradroste
    @lauradroste 11 หลายเดือนก่อน

    dont rainbow tables use different reduction functions?

  • @princewaesen154
    @princewaesen154 5 หลายเดือนก่อน

    Dankeeeeee

  • @Denys-g2w
    @Denys-g2w ปีที่แล้ว

    Danke