Windows Encrypt/Decrypt Using Key

Discussion related to AES Crypt, the file encryption software for Windows, Linux, Mac, and Java.
Post Reply
Rapzid
Posts: 1
Joined: Wed Jan 07, 2015 3:22 am

Windows Encrypt/Decrypt Using Key

Post 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.
User avatar
paulej
Posts: 593
Joined: Sun Aug 23, 2009 7:32 pm
Location: Research Triangle Park, NC, USA
Contact:

Re: Windows Encrypt/Decrypt Using Key

Post 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.)
Post Reply