PictureCrypt
1.4.1
An image-steganography project
|
▼CQDialog | |
CAboutPC | The About Page dialog |
CEncryptDialog | Class to get the image and key to store secret info |
▼CQMainWindow | |
CViewPC | View layer of the app. Controls EncryptDialog and ProgressDialog |
▼CQObject | |
CControllerPC | The ControllerPC class Controller class, which controls View and Model layers |
CModelPC | The ModelPC class Model Layer of the app. Main class that does the work of PictureCrypt logic Controled by ControllerPC |
CQAESEncryption | 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 |