[sage-support] RSA code

2021-05-03 Thread Samruddhi More
''' I have the RSA code, code works when we give input to encryption and take decryption output (plaintext and output are same), but when we encrypt plaintext separately and take its output and give it to decryption code as input separately, the output, is not the same as encryption input (p

[sage-support] Re: RSA code

2021-05-03 Thread rickhg12hs
How are you manually entering the `Ciphertext` for decryption? Ciphertext, cipher = ['㓔', '\U000107ee', '퇫', '뺸'] On Monday, May 3, 2021 at 10:10:58 AM UTC+2 samu@gmail.com wrote: > ''' I have the RSA code, code works when we give input to encryption and > take decryption output (plaintext