This application implements a limited version of the RSA cryptosystem in Python. It is created for demonstrative purposes and to better understand the underlying data structures and algorithms. This application is not intended for real life use and is not practical for that purpose either as the keys and messages are stored in memory only. However, the contents of this repository may be of value for computer science students or for those interested in algorithms and cryptography.
Get the source code of version 1.0 here.