STG::ENCRYPT_STREAM estream("pr7Hhen", Callback, &tracker);
std::string source = "This is a test long string for checking stream encryption/decryption. \"abcdefghijklmnopqrstuvwxyz 0123456789 ABCDEFGHIJKLMNOPQRSTUVWXYZ\"";
char buffer[source.length() + 9];
STG::ENCRYPT_STREAM estream("pr7Hhen", Callback, &tracker);
std::string source = "This is a test long string for checking stream encryption/decryption. \"abcdefghijklmnopqrstuvwxyz 0123456789 ABCDEFGHIJKLMNOPQRSTUVWXYZ\"";
char buffer[source.length() + 9];