Double DES and Meet in the Middle Attack

Поділитися
Вставка
  • Опубліковано 2 жов 2024
  • Double-DES and Meet-in-the-Middle Attack
    www.nku.edu/~c...

КОМЕНТАРІ • 16

  • @entryex4790
    @entryex4790 4 роки тому +7

    Thank you. It was very useful tutorial for me.

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

    ayo this my proffessor!!! letsgo shoutsout to cs4910 !!!

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

    So in 3DES is applied one encryption block followed by a decryption block, followed by an encryption block, to not be vulnerable to meet in the middle attacks?

  • @robertdanielpickard
    @robertdanielpickard 9 місяців тому

    good explanation!

  • @Xrin5
    @Xrin5 4 роки тому +5

    Thank you so muchhhh!!

  • @soumya08in
    @soumya08in 4 роки тому +1

    in case the Key length is n bit for both keys and pain text is of n bits what is the Approx computational load ?

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

    Thanks!

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

    Here forward 2^56 possibilities are compared with backward 2^56 possibilities. So doesn't it result in 2^56 * 2 ^56 = 2 ^112 possiblities ? So time should be O(2^112) right ? How is it O(2^56) ? Can anyone clarify?

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

      My understanding is it's similar to how you can have two for-loops that goes for n times, one after the other, and the complexity is still O(n), not O(n^2). O(2n) is still O(n).

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

    Thank You For This Beautfiul Explanation.

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

    Excellent, thank you

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

    THANKS!!!

  • @charan775
    @charan775 4 роки тому +1

    how does attacker know P' ?

    • @lavaeimerlavaeimer9884
      @lavaeimerlavaeimer9884 4 роки тому +2

      This is an KPA (Known Plaintext Attack), thats why the adversary knows P'.

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

    still not able to get easier