Assuming you want to encrypt every single file in a directory tree, your
best bet would be to use the find command. Something like this:
find /SomeDirectory -type f -exec gpg2 --batch --cipher-algo AES256
--force-mdc --symmetric --passphrase-file /FILE -o {}.gpg {} \;
The above will save each fil
> To me, that sounds far too invasive to be comfortable.
In context, the person had just committed a murder (see my remark about
standing over a dead body holding a smoking pistol).
I’m just fine with invasive identity establishment for murder suspects. :)
smime.p7s
Description: S/MIME crypt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
On Monday 15 December 2014 at 6:40:22 PM, in
, Robert J. Hansen wrote:
> knowing that person
> is also "the person who bought a bagel at a
> delicatessen yesterday" and "the person who's driven a
> Peugeot to work every day for the last three y
All,
I was successfully able to compile libgpg-error-1.17 for my ARM with the
attached file.
The attached file was generated by following the instructions in the
README, which also suggested sharing it back with the group and hence this
mail.
PFB the details of my ARM compiler as well as my target
I had two versions on my Mac, worked fine. I don’t have an Ubuntu machine,
but I seem to remember that `apt-get` is a package installer for Ubuntu,
e.g. `apt-get upgrade` to upgrade existing packages. ?
I don’t think using installing or using GnuPG requires any software engineering
competency. :)
On 04/01/15 13:18, Giordano Lipari wrote:
> My machine runs with on a Ubuntu 14.04 LTS distribution. This comes with a
> default GnuPG 1.4.16 located mainly in /usr/bin as gpg. My competency in
> software engineering is limited. Following the indications in
> https://www.gnupg.org/download/index.ht
All,
Is there a way of preventing the agent from storing a symmetric encryption
key?
I am writing a password generation program. The main password database will be
encrypted with my private key and the passphrase to that key will be kept in
gpg-agent so I don't have to retype this long pass
My machine runs with on a Ubuntu 14.04 LTS distribution. This comes with a
default GnuPG 1.4.16 located mainly in /usr/bin as gpg. My competency in
software engineering is limited. Following the indications in
https://www.gnupg.org/download/index.html and common sense, I managed to
install GnuP
On Sat, 3 Jan 2015 23:39, juanmi.3...@gmail.com said:
> I assume I must report it at https://bugs.g10code.com/gnupg/index as the
> installer and the sources to make the installer are hosted at
> ftp://ftp.gnupg.org/gcrypt/binary/ and signed by the developers.
The anouncement for 2.11 stated tha