Skip to content

Image and text encryption application by using AES algorithm

Notifications You must be signed in to change notification settings

aysegulkavakli/Image-TextEncryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Image-TextEncryption

Every encryption and decryption process has two aspects: the algorithm that used and the key use for the encryption and decryption. If we look at the algorithms like DES, 3DES and AES algorithms, AES is the most secure and effective one and one of the reason is the key length is more longer than the other’s key lengths which making it stronger than the other algorithms. And this project is about the image and text, encryption and decryption using AES algorithm not for sharing image securely, just for personal secure.

First of all, we have a window that ask the user which type of data(image or text files) they will encrypt or decrypt. 1

After that, when user select the type of data for example image files, second window appears that allows the user select and jpg, jpeg or png file to encrypt or decrypt a encrypted file.

2

Here is the visualization of selecting a file to encrypt by clicking JPG files button. 3

After user select a file, and click the button ‘Encrypt’ , a warning is appear; “The JPG file encryption is succesful” 4

How encrypted image looks when is wanted to open. 5

The encrypted or decrypted files are saved the computer like this. 6

All of the precedures above are same as for the text files except for how encrypted text file looks. 7

About

Image and text encryption application by using AES algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published