Page 1 of 1

Implementation for golang

Posted: Thu Nov 19, 2020 6:47 am
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?

Re: Implementation for golang

Posted: Fri Nov 27, 2020 12:45 am
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.

Re: Implementation for golang

Posted: Fri Dec 04, 2020 9:18 am
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?

Re: Implementation for golang

Posted: Mon Dec 07, 2020 11:56 pm
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.