AES steps (SubBytes, ShiftRows, MixColumns)

Поделиться
HTML-код
  • Опубликовано: 15 сен 2024
  • НаукаНаука

Комментарии • 27

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

    Hey Thanks, You made it really clear how this works. RUclips needs more people like you

  • @rishipatel796
    @rishipatel796 2 года назад +8

    At 4:10 the answer is supposed to be 0xF9 not 0xF5

  • @bowdlerize
    @bowdlerize 3 года назад +4

    Why do we use b1 to xor the overflow and not anything else, why is it so special?

  • @Scott_Raynor
    @Scott_Raynor 3 года назад +5

    6:09 why do you XOR with 1b here?

  • @Info_World1714
    @Info_World1714 4 года назад +9

    Can't understand Mix column process please explain more easy way or show how you calculate

    • @Tristoo
      @Tristoo 3 года назад +1

      he just did

    • @marcusmedina9940
      @marcusmedina9940 Год назад +7

      @@Tristoo He did many of the calculations off screen and didn't explain why he did certain things.

  • @amrahmed2352
    @amrahmed2352 2 года назад +2

    Amazing video , thank you so much

  • @Marsianer-ly3vg
    @Marsianer-ly3vg Год назад +2

    which calculator are you using to calculate the A6 XOR 53

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

    thank you so much!! its really understandable than what my lecturer have taught me lmao

  • @a.y5742
    @a.y5742 3 года назад +2

    Aren't you supposed to XOR by 0x11B in theory when we do mixcolumns?

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

      If there is an overflow, and you XOR by 0x11B, then the leading 1 just goes to 0. He just ignores it.

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

    mahn.... mixing columns are tough

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

    Thank youuuu i got it🙏🙏🙏

  • @elv_s5661
    @elv_s5661 4 года назад +2

    please explain how to calculate these steps with ms.excel

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

      Maybe using programming languages to solve is more preferable ?

    • @Tristoo
      @Tristoo 3 года назад +1

      this isn't an excel video

    • @pgoodboy3
      @pgoodboy3 3 года назад +1

      @@Tristoo lol savage

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

      Better use html

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

    Thank you

  • @Drew451
    @Drew451 9 месяцев назад

    nah mixcolumn cal was wrong

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

    Omg ser follow help

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

    2*39 gives 72????

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

      Its in hex. Hex 2 * Hex 39 = 72

    • @marcusmedina9940
      @marcusmedina9940 Год назад +4

      @@lstsrvivor00 Should't Hex 3 * Hex 53 = F9 then? He put F5.