본문 바로가기
Algorithm

[암호/AES] 백준 24218 Double Crypt 1 - 파이썬(Python)

by jangThang 2022. 7. 6.
반응형

백준 온라인 저지

 

[ Contents ]

     

     

    1. 문제 (링크 참조)

     

    24218번: Double Crypt 1

    You are given ten problem instances in the text files named double1.in to double10.in. Each input file consists of three lines. The first line contains the integer $s$, the second line the plaintext block $p$, and the third line the ciphertext block $c_2$

    www.acmicpc.net

     

     

     

    2. 문제 풀이

     Double AES 암호화된 두 블록을 출력해야 합니다. Double AES에 대한 설명은 문제에 나와있습니다. Double AES 암호화 방식을 수행하는 함수를 구현하고, "예제 입력을 출력해야 합니다."

     

     

     

    3. 코드

    A0000000000000000000000000000000
    70000000000000000000000000000000

     "예제 입력에 대한 출력을 출력해야 합니다."

     

    star가 되고나서 Tistory

    반응형

    댓글