SemiFinal + Final Digital Dragons 2024
Crypto/Math
Bài này đề bài cho một file chall_math_test.sage với nội dung như sau
from Crypto.Util.number import getPrime, bytes_to_long, long_to_bytes
import hashlib
import random
p = getPrime(256)
A = random.randint(0, 2**256)
B = random.randint(...
bluecyber.hashnode.dev8 min read