When $e=1$, the encryption is virtually useless
At that point, ciphertext ccc is equal to MMM, and it's unencrypted.
from Crypto.Util.number import long_to_bytes print(long_to_bytes(m))
Last updated 3 years ago