Skip to content
This repository was archived by the owner on Aug 18, 2024. It is now read-only.

A simple gui application utilizing tkinter and Cryptography to help with generating keys, encrypting, and decrypting

Notifications You must be signed in to change notification settings

Demetrioz/encryption_helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encryption Helper

Encryption Helper is a simple UI to assist in generating public / private key pairs and encrypting / decrypting text.

Encryption Helper

Usage

  1. Clone the repo to your local machine
  2. Run the following command to start it
python .\main.py

Once the application is running, you can generate a new key or encrypt and decrypt text with the entered key.

Note: Public Keys are not implemented yet

About

A simple gui application utilizing tkinter and Cryptography to help with generating keys, encrypting, and decrypting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages