TrCrypt is a lightweight compile-time string encryption header-only library for C++, designed to protect string literals from static analysis tools like IDA Pro. It ensures that strings are never stored in plaintext in the compiled binary.
https://github.com/trickstrr/TrCrypt
https://github.com/trickstrr/TrCrypt