e=1

When $e=1$, the encryption is virtually useless

from Crypto.Util.number import long_to_bytes

print(long_to_bytes(m))

Last updated