Hi
I'm doing some webstorage testing with storing highscores ("Name","scores") as JSON.
How do I encrypt the JSON data before I store it into the webstorage or encrypt it before passing to AJAX and decrypt it back at the server ?
Are there any plugins for this?
I thinks this would be more secure right?
Thanks