Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 480 Bytes

File metadata and controls

17 lines (11 loc) · 480 Bytes

Text Encryption and Decryption

Description

A Python program with flask and sqllite3 to encrypt and decrpyt a text using RSA cryptography algorithm

Usage

  1. Install the necessary dependencies
    $> pip install requirements.txt
  2. After installing the dependencies successfully, you can run the program as follows:
    $> flask run
  3. To quit the program, Press ctrl + c in the terminal to stop the program.

Note

The project requires python3