RSA fundamentals

Hello all!

As programming practice, I occasionally re-write Comp-Sci tasks in various languages. Lately it’s been Fortran that gets the focus of my practicing. I did want to write this in parallel some how, but as a single core application it works well.

This is a very short bit length implementation of RSA encryption which is not intended for serious use.

It does show off a neat OOP stepping technique of moving the pointers to objects in order to run multiple recursions of the same data.

Link below, enjoy!
https://drive.google.com/drive/folders/1VB-sL1tT8euAoYOcWqkchqueLHZ5nZ0H?usp=drive_link

Have a great day all!
Knarfnarf

To make your project more discoverable I suggest putting it on GitHub and saving the source files with the .f90 suffix rather than .txt.