Skip to content

tolgaakkapulu/FEDAES-File-Encryption-Decryption-with-AES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

FEDAES - File Encryption Decryption with AES

It was designed with Qt Designer and written in Python language. The purpose is to ensure that files are easily encrypted or decrypted files are in order to ensure the security and privacy of files.

Program Content
1-) AES, which is a symmetric encryption method, is used in the program. A 256-bit key is used with AES 'CBC mode and 128-bit input block.
2-) Passwords entered in "Encrypt" or "Decrypt" section are converted to 256-bit data with SHA256 and the key is formed.
3-) With the generated key, the file is encrypted or decrypted.

About

The purpose is to ensure that files are easily encrypted or decrypted files are in order to ensure the security and privacy of files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages