완료됨
Y번
Y번 문제에 풀 때
RSA Cube Root Attack을 이용하는 거 맞나요?
e = 3이여서 Cube Root Attack 할 수 있을 거 같은데,,,
message = [b"While hiking in the Blue Mountains, I discovered '" ; FLAG ; b"' carved into a rock. Pondering over this, I realized that even the silent stones have stories to share, reflecting the vast history of the landscapes they've witnessed."]
m = bytes_to_long(message)
c = powermod(m, 3, N)
message 구해서 FLAG만 가져오면 되지 않을까요?
#crypto
작성자 정보