AES Crypt in JavaScript

Discussion related to AES Crypt, the file encryption software for Windows, Linux, Mac, and Java.
Post Reply
User avatar
paulej
Posts: 595
Joined: Sun Aug 23, 2009 7:32 pm
Location: Research Triangle Park, NC, USA
Contact:

AES Crypt in JavaScript

Post 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
Rasbita2017
Posts: 1
Joined: Fri Nov 03, 2017 7:40 pm

Re: AES Crypt in JavaScript

Post by Rasbita2017 »

Great.
Post Reply