A small python program simulating how RSA is working using the tkinter library and running on Python.
Here you find the TK documentation and here a tutorial.
To execute the program open RSA.py. This is how it looks like:
In the future other encryption methods might be following and possibly the whole project might be changed to use the ttk widgets of tkinter.