PictureCrypt
1.4.1
An image-steganography project
|
#include <QObject>
#include <QByteArray>
Go to the source code of this file.
Classes | |
class | QAESEncryption |
The QAESEncryption class Small and portable AES encryption class for Qt. Supports all key sizes - 128/192/256 bits - ECB, CBC, CFB and OFB modes. Class made entirely by bricke. Github: https://github.com/bricke/Qt-AES. More... | |