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