Basic MCrypt string encryption with password implementation in C++
- by user310780
What is the basic setup on the subject?
Let say I have a QByteArray, and I need to encrypt it with simple password.
And then decrypt it in another piece of code
Just a very simple setup