Page 1 of 1

Windows Encrypt/Decrypt Using Key

Posted: Wed Jan 07, 2015 3:24 am
by Rapzid
Hello,

Is there any chance we can get the functionality added to provide a base64 encoded key to encrypt/decrypt on windows? I can see the Linux program supports specifying a key.. This would be super awesome.

Re: Windows Encrypt/Decrypt Using Key

Posted: Wed Jan 07, 2015 5:20 am
by paulej
I plan to add key file support to windows, but not Base64. The key file format is UTF-16LE. The files will be creatable either using aescrypt or notepad. (At present, the Linux package has an aescrypt_keygen, but I want to merge that into aescrypt itself.)