I want to obfuscate some string data stored locally on iOS/Android device. Something similar to a high score in a game. My goal is to thwart only the laziest people, so encrypting the data really isn't necessary. What does the C++ Standard Library provide that can help?
I looked briefly at cryptopp.com and libtomcrypt but I think they're overkill for what I want to achieve.