MCPcopy Create free account
hub / github.com/andrivet/ADVobfuscator / aes_encryption_strings

Function aes_encryption_strings

Examples/example/main.cpp:144–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144void aes_encryption_strings() {
145 std::cout << "This is a string containing a secret that has to be hidden with AES"_aes << "\n";
146}
147
148int to_protect1(const std::string &arg1, int arg2) {
149 std::cout << "Protected "_obf << arg1 << '\n';

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected