I have a html5 app online that I am converting to a windows 8 store application.
It has a saving feature where an encrypted string is put into localStorage and deycrpted server side so that the user will have difficulty in cheating to get achievements.
However, I can't use the server in a windows store app because of the AJAX restrictions. So if I saved the savegame as plain text, would the localStorage variable be accessible by the user?