I don\'t want reverse-engineers to read the plain-text of hardcoded strings in my application. The trivial solution for this is using a simple XOR-Encryption. The problem is
This blog provides a solution for compile time string hashing in C++. I guess the principle is the same. Unfortunately You have to create one Makro for each string length.