rikurauhala / rsa

Implementation of the RSA algorithm | Python | Command-line interface | Miller-Rabin | Extended Euclidean algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for longer messages

rikurauhala opened this issue · comments

Currently the program does not work with long messages.

Turns out this is not a good idea with RSA. Instead, a maximum length could be implemented.