Text Encryption and Decryption Description A Python program with flask and sqllite3 to encrypt and decrpyt a text using RSA cryptography algorithm Usage Install the necessary dependencies $> pip install requirements.txt After installing the dependencies successfully, you can run the program as follows: $> flask run To quit the program, Press ctrl + c in the terminal to stop the program. Note The project requires python3