An open API service indexing awesome lists of open source software.

https://github.com/lucaangioloni/fileencrypt

Simple open source App to encrypt files, based on Qt
https://github.com/lucaangioloni/fileencrypt

cryptography encrypted-files files-encrypted openssl qt security

Last synced: 28 days ago
JSON representation

Simple open source App to encrypt files, based on Qt

Awesome Lists containing this project

README

        

# 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.