Search found 3 matches

by Jon
Sat Feb 14, 2015 5:19 am
Forum: AES Crypt
Topic: Help with a script for AES Crypt
Replies: 5
Views: 9068

Re: Help with a script for AES Crypt

Excuse me for my importunity, but I'm probably not so explained. The bottom line is that I want to implement encryption of files on a mask on the local disk. To do this, I get a list of all files matching mask, write down their addresses in the file log.txt and try to make the program encrypt each f...
by Jon
Fri Feb 13, 2015 7:57 pm
Forum: AES Crypt
Topic: Help with a script for AES Crypt
Replies: 5
Views: 9068

Re: Help with a script for AES Crypt

Okay, but if you get a list of addresses that you want to encrypt the file, and pass it to the program, it will encrypt the files on the list?
example:
DIR /B /S C:\*.txt;C:\*.jpg /A-D > log.txt | aescrypt -e -p apple
Wakes it work?
by Jon
Thu Feb 12, 2015 12:55 am
Forum: AES Crypt
Topic: Help with a script for AES Crypt
Replies: 5
Views: 9068

Help with a script for AES Crypt

Hello Paulej
I am very interested though what that sample script file encryption AES Crypt in large quantities from several folders on your computer.
Thank you for your software!