e=1
When $e=1$, the encryption is virtually useless
At that point, ciphertext is equal to , and it's unencrypted.
from Crypto.Util.number import long_to_bytes
print(long_to_bytes(m))
Last updated
Was this helpful?
When $e=1$, the encryption is virtually useless
At that point, ciphertext is equal to , and it's unencrypted.
from Crypto.Util.number import long_to_bytes
print(long_to_bytes(m))
Last updated
Was this helpful?