RSA (Rivest-Shamir-Adleman) is a widely used public-key cryptographic algorithm for secure data transmission. It's named after its inventors Ron Rivest, Adi Shamir, and Leonard Adleman, who published it in 1977.
I created a python program of RSA which encrypt and also decrypt the message entered by user
Code soon to be uploaded in Github = https://github.com/geetanshudev