Closed MB34 closed 1 year ago
It's probably because PGP is compressing the message and the PGPCore default is not to compress it.
https://github.com/mattosaurus/PgpCore#compressionalgorithm
There may also be a difference in armoured vs binary output.
Well, how do I change the CompressionAlgorithm?
THX, Got it working
We have noticed that the files that are encrypted using PGPCore are significantly larger than files encrypted with command line PGP.
For a 22KB (22,304 bytes) file, the encrypted file size for one encrypted by command line PGP is 7.98KB (8,178 bytes) But the exact same file encrypted using PGPCore is 78.2KB (80,087 bytes)
Can you explain this ten fold increase in file size?