Skip to content

ElijahIU/encryption_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Encryption Demo

Simple set of Python files to demonstrate encryption with the cryptography library.

create_keys.py Creates a public/private key pair and saves them to files.

encrypt_message.py Encrypts a plain text message with the public key and saves the encrypted_message to an external file.

decrypt_message.py Uses the private key to decrypt the message stored in the external file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages