A useful tool for anti-virus string encryption and also helps with cheat development.
Useage:
Include header file
wrap strings in skCrypt()
All usages of skCrypt are decrypted automatically on invokation:
auto string = skCrypt("Hello World");
std::cout << string << std::endl;
// Output:
// > Hello World
Link: