Page 1 of 1

AES Crypt in JavaScript

Posted: Mon Oct 02, 2017 5:11 am
by paulej
Folks,

Aaron Flin reached out to me saying he had written a version of AES Crypt in JavaScript. I've had a few people request things like that over the years, so I wanted to provide a link to his repository here. He said it might still have some bugs in the code, so I don't (yet) want to link to it from the AES Crypt download page. But, when I get some feedback (or have a chance to put it through the paces myself), I'll do that.

Here's the code: https://github.com/aflin/aescrypt.js

You can check out the demos available via the link there.

Paul

Re: AES Crypt in JavaScript

Posted: Fri Nov 03, 2017 7:50 pm
by Rasbita2017
Great.