Re: Question about symmetric AES cipher in GnuPG

2019-10-27 Thread Stefan Claas via Gnupg-users
Damien Goutte-Gattat wrote: > Hi, > > On Sun, Oct 27, 2019 at 08:25:10PM +0100, Stefan Claas via Gnupg-users wrote: > >Can you please, or somebody else, explain in laymen terms why this is > >so? > > Simply put, gpg and openssl enc don’t use the same file formats. > Different formats may enco

Re: Question about symmetric AES cipher in GnuPG

2019-10-27 Thread Damien Goutte-Gattat via Gnupg-users
Hi, On Sun, Oct 27, 2019 at 08:25:10PM +0100, Stefan Claas via Gnupg-users wrote: Can you please, or somebody else, explain in laymen terms why this is so? Simply put, gpg and openssl enc don’t use the same file formats. Different formats may encode the same data differently, so you can’t e

Question about symmetric AES cipher in GnuPG

2019-10-27 Thread Stefan Claas via Gnupg-users
Hi Werner and all, I was wondering why the binary file size when using symmetric AES encryption with GnuPG is larger than with other apps, I have tested so far. As an example encrypting a text file containing 'Hello World': gpg --symmetric --cipher-algo AES256 hw.txt gives me a file size of 87 B

Re: gpg on read-only filesystem

2019-10-27 Thread Fourhundred Thecat
On 22/10/2019 17.54, Friedhelm Waitzmann wrote: > A solution for the verify use case: Just read the manual > () > and use “--no-auto-check-trustdb”. thanks, but using the "--no-auto-c