Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 829 Bytes

File metadata and controls

31 lines (28 loc) · 829 Bytes

FileEncrypt

Simple open source App to encrypt files whit AES encryption, based on Qt and OpenSSL Library.

Different key lenghts can be chosen (128 bits, 192 bits and 256 bits).
To encrypt or decrypt files simply drag and drop and insert password.

Dependencies

Name Version
Qt >= 5.1.0
C++ compiler supporting C++11 (i.e. gcc 4.6+)
OpenSSL ?Possibly every version? (Versions not tested)

Download

MacOS version already compiled and deployed can be downloaded here.

Credits

Thanks to Alexey Lysenko for the cryptfiledevice class.