CryptoStreamPP
CryptoStreamPP copied to clipboard
Encrypted, seekable, file streams for C++
Results
2
CryptoStreamPP issues
Sort by
recently updated
recently updated
newest added
Hello, I was trying to decode an _already_ encoded stream. I was not able to decode the stream correctly until after I instantiated the stream with `alwaysInitKey(true)`. Is this the...
TL;DR - please add -lpthread to build instructions Hello I built cryptopp and installed then compiled the example program via the instructions on README.md. bob@bobspc ~/s/CryptoStreamPP> clang++ -std=c++11 -I/usr/local/include -L/usr/local/lib...