Possible Duplicate:
How to hide strings in a exe or a dll?
I am looking for a win32api call, that will always return the same value, preferably a value viewable as a string, but other types are ok also. It must return the same value whether executed from Windows XP SP2 in Spanish or Windows 7 in English. I couldn't find any, and was hoping to get some help.
I'm trying to hide strings in a C++ application by finding a constant variable from the API that will be equal across XP/7 & different languages, to serve as the base of the encryption.