Skip to content

Short program with GUI that allows user to input text and have that text encrypted in 3 different ways with 3 different ciphers. Image cipher is the most fun one, it turns the letters into color values and stores the pixels in an image that you provide, or creates a new image that only holds the message.

Notifications You must be signed in to change notification settings

dvdthr5/EncryptionGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Short program created in around 2 hours that allows user to input text and have it encrypted in 3 different ways using 3 differetn ciphres, an image cipher, a caesar cipher, and a vigerene cipher. The image cihper is the most fun one, it stores the characters as color values and can modify an existing image or create a new one to hide your messgae. All ciphers have encryption and decryption functionality.

Reason for coding was I wanted to implement a simple gui on a program.

About

Short program with GUI that allows user to input text and have that text encrypted in 3 different ways with 3 different ciphers. Image cipher is the most fun one, it turns the letters into color values and stores the pixels in an image that you provide, or creates a new image that only holds the message.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages