Search found 4 matches

by tomtom
Thu Jan 25, 2018 5:50 pm
Forum: AES Crypt
Topic: Windows AES syntax different path
Replies: 7
Views: 7915

Re: Windows AES syntax different path

Once again thank you very much for your quick reply and this great example, which is very useful to me. Is it possible to provide a password stored in a separate file?
by tomtom
Wed Jan 24, 2018 6:35 pm
Forum: AES Crypt
Topic: Windows AES syntax different path
Replies: 7
Views: 7915

Re: Windows AES syntax different path

Where could I find examples of such batch files?
by tomtom
Wed Jan 24, 2018 12:46 pm
Forum: AES Crypt
Topic: Windows AES syntax different path
Replies: 7
Views: 7915

Re: Windows AES syntax different path

Thanks for the quick response but there is a problem with the -o option
I will give an example:
aescrypt -e -p abc -o d:\*.aes c:\*.exe
Error opening output file d:\*.aes: Invalid argument
Do you have any idea how to solve it?
by tomtom
Tue Jan 23, 2018 1:48 pm
Forum: AES Crypt
Topic: Windows AES syntax different path
Replies: 7
Views: 7915

Windows AES syntax different path

Aescrypt always encrypts files in the same directory but I'd like to encrypt file
from c:\test.exe
to d:\test.exe.aes
Is it possible?