Hi All,
For my game, i need to store on local db informations and i don’t want the player be able to read/understand it (these are hints, information for founding treasure in the game needing in-app purchases, etc…)
It’s why i need to encrypt strings and be able to decrypt theses strings.
(So i don’t want to test an hash code… like md5)
I could use base64 encode and decode, but i would prefer to have something a little more secure.
Do you have an idea ?
Any help would be appreciated