Skip to content

NidarshN/RSA_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Flask web app to encrypt and decrypt a given text using RSA Algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors