Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 244 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 244 Bytes

DeCypher Salty AES-256-CBC OpenSSL Files In-Memory with C++

As I run into trouble with my AES-256-CBC OpenSSL files to decypher them in-memory, I wrote the code in main.cpp, to just do that.

The code puts the output data into a QByteArray.