#Obfuscate is a #publicdomain #Cpp string constant #obfuscator.

Obfuscate is a compile time string obfuscator that encrypts string constants using simple XOR encryption. Strings can thus not be found with a simple run of strings, but can still be recovered with effort. Obfuscate is useful for when the strings should be hard to find, but is not appropriate for security critical applications.

Website 🔗️: https://github.com/adamyaxley/Obfuscate

#free #opensource #foss #fossmendations #programming #obfuscation

adamyaxley/Obfuscate

Guaranteed compile-time string literal obfuscation header-only library for C++14 - adamyaxley/Obfuscate