Skip to content

Simple open source App to encrypt files, based on Qt

License

Notifications You must be signed in to change notification settings

LucaAngioloni/FileEncrypt

Repository files navigation

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.