Implementation for golang

Discussion related to AES Crypt, the file encryption software for Windows, Linux, Mac, and Java.
Post Reply
apreiml
Posts: 2
Joined: Thu Nov 19, 2020 6:45 am

Implementation for golang

Post by apreiml »

Hi,

I've implemented the decrypting part as a golang lib and command line
tool and released it under a MIT license.

https://git.sr.ht/~apreiml/aescrypt-tools

Is there anything I need to consider regarding the copyrighted name?
Should/Can I add a reference to the website?
User avatar
paulej
Posts: 595
Joined: Sun Aug 23, 2009 7:32 pm
Location: Research Triangle Park, NC, USA
Contact:

Re: Implementation for golang

Post by paulej »

Nice addition! I have no tested it, but I trust it works. I added a link to your code here in a new Go section (as one did not exist before):
https://www.aescrypt.com/download/

You're welcome to use the name AES Crypt in relation to your open source project that works with AES Crypt. A link back to https://www.aescrypt.com would be much appreciated so that people can find the other platforms and open source libraries would be appreciated.
apreiml
Posts: 2
Joined: Thu Nov 19, 2020 6:45 am

Re: Implementation for golang

Post by apreiml »

Ok, great. I've added a link to the readme.

Do you maybe have some test files lying around? Especially for the file versions 0 and 1?
User avatar
paulej
Posts: 595
Joined: Sun Aug 23, 2009 7:32 pm
Location: Research Triangle Park, NC, USA
Contact:

Re: Implementation for golang

Post by paulej »

Unfortunately, I do not. Creating a corpus of those is on my to-do list, but I have not created them, yet. I have a laundry list of such things to do, which means it's not likely to happen soon. Maybe I can find some time during the holiday break, if you're really interested.
Post Reply