Skip to content

NanteRhak/python_cryptography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple & lightweight CLI-based RSA cryptography tool in Python

How to use it

First, we need to install the cryptography module using the following method if it's not already installed:

pip install cryptography

Then run :

python generate_keys.py # Generate the public and private keys
python encrypt # Encrypt the message and output it to cipher.bin
python decrypt.py # Display the ciphertext in plain text

Note : The keys and python files should be placed in the same directory unless this wouldn't work

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages