Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 856 Bytes

File metadata and controls

10 lines (9 loc) · 856 Bytes

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.