Re: encrypting compression algorithms

2009-09-05 Thread David Shaw
On Sep 4, 2009, at 12:53 PM, M.B.Jr. wrote: when symmetrically encrypting a file, e.g.: $ gpg --output file.ods.gpg --symmetric file.ods the command above generates a gpg extension encrypted AND compressed file, is that correct? Unless you've disabled compression in your gpg.conf file, yes,

Re: encrypting compression algorithms

2009-09-05 Thread M.B.Jr.
Hi David, thank you. On Sat, Sep 5, 2009 at 1:11 PM, David Shawds...@jabberwocky.com wrote: On Sep 4, 2009, at 12:53 PM, M.B.Jr. wrote: How do I know which compression algorithm was used? Unless you've overridden the default, it is ZIP. Ok but in this point, my doubt is about some

Re: encrypting compression algorithms

2009-09-05 Thread David Shaw
On Sep 5, 2009, at 8:59 PM, M.B.Jr. wrote: Hi David, thank you. On Sat, Sep 5, 2009 at 1:11 PM, David Shawds...@jabberwocky.com wrote: On Sep 4, 2009, at 12:53 PM, M.B.Jr. wrote: How do I know which compression algorithm was used? Unless you've overridden the default, it is ZIP. Ok

encrypting compression algorithms

2009-09-04 Thread M.B.Jr.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi list, when symmetrically encrypting a file, e.g.: $ gpg --output file.ods.gpg --symmetric file.ods the command above generates a gpg extension encrypted AND compressed file, is that correct? How do I know which compression algorithm was used?