Search found 1 match

by paul
Thu Feb 26, 2026 8:14 pm
Forum: AES Crypt
Topic: AESCRYPT usage in browser javascript
Replies: 0
Views: 387

AESCRYPT usage in browser javascript

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