Hi,
I am writing application(its a game) and i have highscore in a file that is encrypted. In order to decrypt the highscore file, my application must have encryption key. I know it is not safe to hardcode the key or store it in registry. So where should i store the key so my app can use?
I am writing application(its a game) and i have highscore in a file that is encrypted. In order to decrypt the highscore file, my application must have encryption key. I know it is not safe to hardcode the key or store it in registry. So where should i store the key so my app can use?
Comment