Simple header-only compile-time string encryptor (C++14)
- O2 (optimization option)
#include <iostream>
#include "str_obfuscator.hpp"
int main() {
std::cout << cryptor::create("Hello, World!").decrypt() << std::endl;
return 0;
}| Name | Name | Last commit date | ||
|---|---|---|---|---|