Has anyone tried to use AESCRYPT in the javascript browser, I was thinking to use the node-aescrypt module and browserfy it but I want to know if there is a better way of doing it.
Basically what I want to do is load in a JSON file that is in AES format, and decrypt it in the browser, turn it back to JSON then a javascript object.
then be able to take a javscri...
Basically what I want to do is load in a JSON file that is in AES format, and decrypt it in the browser, turn it back to JSON then a javascript object.
then be able to take a javscri...