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
- Host: GitHub
- URL: https://github.com/lucaangioloni/fileencrypt
- Owner: LucaAngioloni
- License: mit
- Created: 2016-09-02T10:40:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-26T20:14:50.000Z (over 7 years ago)
- Last Synced: 2025-03-30T02:22:21.692Z (about 2 months ago)
- Topics: cryptography, encrypted-files, files-encrypted, openssl, qt, security
- Language: C++
- Size: 14.3 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
VersionQt
>= 5.1.0C++ 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.