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

Поділитися
Вставка
  • Опубліковано 21 гру 2024

КОМЕНТАРІ •

  • @OfflineSetup
    @OfflineSetup Рік тому +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.

  • @zedhacking
    @zedhacking Місяць тому

    after 3 hours finally i understand it from u ! THANKS A LOT

  • @azizqady243
    @azizqady243 8 місяців тому +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.

  • @vanyaknyazev9710
    @vanyaknyazev9710 Рік тому +9

    how does a reduction function work?

    • @azizqady243
      @azizqady243 8 місяців тому +2

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

    • @zedhacking
      @zedhacking Місяць тому

      its a math function that takes a hash and turn it to a password value - like
      for exemple :
      hash : jk2j3kkdaslkj3k12ldksaldksal
      if we apply a reduce function to it , it will generate a string like a password R(jk2j3kkdaslkj3k12ldksaldksal ) = password123
      so u give it a hash and it will gives u a string that looks like a password

    • @thedeathsidius
      @thedeathsidius Місяць тому

      What is the goal of the reduction function? To make the rainbow table more space effecient? Please correct me if I am wrong...​@@zedhacking

  • @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 10 місяців тому +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.

  • @quocthinhle8072
    @quocthinhle8072 Рік тому +3

    But why does he have to hash so many times?

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

    dont rainbow tables use different reduction functions?

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

    Thank you for the nice explanation :)

  • @jamesmatthew1903
    @jamesmatthew1903 Рік тому +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.

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

    Thank u so much! - clear and brief explanation👍

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

    This was helpful for me

  • @princewaesen154
    @princewaesen154 8 місяців тому

    Dankeeeeee

  • @Denys-g2w
    @Denys-g2w Рік тому

    Danke