im writing a Qt application on linux (Qt 4.8.1) which writes data byte by byte to a QDataStream object. The data stream goes into a file. Now i need to encrypt this data with AES-256. I choose crypto++ lib for this purpose but im struggling with the implementation.
Does anybody know if it is possible at all to encrypt a QDataStream with the given filter classes of crypto++ lib?
greetz maggie