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 javscript object turn it into JSON and then encrypt that and send that back to the server as a blob or be able to save it as a file to the local filesystem.