Re: Encryption of multiple files into another directory

2016-03-06 Thread Josef Carnap
Am 05.03.2016 um 21:12 schrieb Peter Lebbing: > > for x in /media/usb/folder_1/*; do gpg2 -o "/media/usb/folder_2/$(basename > "$x").gpg" -r 0x12345678 -e "$x"; done > > I simply forgot the extension, and GnuPG does what "I" told it to do. > > Thank you so much Peter and Viktor. The improved

Re: Encryption of multiple files into another directory

2016-03-05 Thread Josef Carnap
Hi Peter, thanks for your suggestion. Am 05.03.2016 um 12:12 schrieb Peter Lebbing: > On 05/03/16 10:34, Josef Carnap wrote: > On Linux: > > for x in /media/usb/folder_1/*; do gpg2 -o "/media/usb/folder_2/$(basename > "$x")" -r 0x12345678 -e &

Encryption of multiple files into another directory

2016-03-05 Thread Josef Carnap
Hello everyone, GnuPG 2.0.29 Linux and Windows by using the command gpg2 --recipient 0x12345678 --encrypt-files /media/usb/folder_1/* I can encrypt with a public key all files in the directory folder_1. How can I encrypt alle the files in this directory to another directory folder_2? This

What are key helpers?

2016-02-25 Thread Josef Carnap
Hello mailing list members, In the option desription of --exec-path and in some descriptions of other options as well I can read of "Key helpers". What kind of program is a key helpers? Are key helpers part of the GnuPG suite oder are they external programs? Does anybody know some examples and

Possible values for --compress-level and --bzip2-compress-level

2016-02-24 Thread Josef Carnap
Hello everyone, I have a question to the options --compress-level and --bzip2-compress-level. Which are the supportet (possible) values of each of the options? -- Numbers from 0 up to 6? --- Here is the description of the both options in the GPG Manual: -z n --compress-level n