Skip to content

ChickeyX/Asymmetric-Cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Asymmetric-Cipher

Description

This is an example of asymmetric cryptography in Python. It will allow you to encrypt a .txt file using the public key of the intended recipient, ensuring only they are able to decrypt it with their private key.

See this video for an explaination of asymmetric cryptography.

Usage

First install cryptography with: pip3 install cryptography

Download and run the script with:

git clone https://github.com/ChickeyX/Asymmetric-Cipher.git
cd ~/Asymmetric-Cipher
python3 cipher.py

The script is easy to use - you will be provided with instructions when you run the script.

About

Demonstration of an asymmetric cipher

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages