ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • AES (Advanced Encryption Standard)
    보안/컴퓨터보안 2019. 10. 6. 19:29

    DES가 수명을 다하고 3DES로 연명하다가 AES 를 사용하게 됌


    key sizes: 128-10(rounds) / 192-12(rounds) / 256-14(rounds) bits
    block size: 128bits


    Substitution permutation network (not Feistel)


    선 하나당 1byte.

    4byte -> sub-box

     


    #AES-128


    sub,permutation - 1.subBtyes~ 2. 3.

     

     

    AES s-box

    예를 들어

    first 4bit- 1101 -> 10진수로 13 ->16진수로 d
    last 4bit- 1101-> 10진수로 13 -> 16진수로 d 

    ==> 테이블을 참고시 dd는 c1

    댓글

Designed by Tistory.