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

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

Primary LanguagePython

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.