RSA algorithm for encrypting and decrypting text data in pure Python.
Install termcolor for colored text in the terminal
pip install termcolor
Generate private and corresponding public keys by following command instruction. Encrypt text and decrypt corresponding with with generated ciphertext.