AESCRYPT usage in browser javascript

Discussion related to AES Crypt, the file encryption software for Windows, Mac, Linux, and FreeBSD.
Post Reply
paul
Posts: 1
Joined: Thu Feb 26, 2026 7:54 pm

AESCRYPT usage in browser javascript

Post by paul »

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.
Post Reply