up vote 2 down vote favorite
1
share [g+] share [fb]

This one doesn't seem to be able to ouput one single file http://superuser.com/questions/67721/how-to-encrypt-a-whole-directory-with-axcrypt-by-command-line-like-with-windows-c

Any other windows freeware which can do so by command line ?

link|improve this question
feedback

4 Answers

up vote 3 down vote accepted

7-Zip, command line version (7za.exe).

link|improve this answer
feedback

7-zip has a command-line interface. You can create an encrypted archive.

TrueCrypt also has a command-line interface, though I'm not sure if it's capable of archiving everything into a single file.

link|improve this answer
feedback

7-Zip is a good option.

In fact I liked it enough to write a batch file script that's 7-Zip-based (free / open source). Since it's all command-line, it's easy to schedule for creating unattended encrypted archives:

Ziparcy is a WINNT shell script that can be scheduled to create/update an encrypted zip/archive of your files (and directory structure).

link|improve this answer
feedback

You can also use tar to dump a directory structure to a file, then encrypt that single file with the tool of your choice.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown