|
|
|
|
|
by viraptor
3448 days ago
|
|
> do you know if gpg embeds a header in the cyphertext ? $ file /tmp/something.gpg
/tmp/something.gpg: GPG symmetrically encrypted data (AES cipher)
It has to, otherwise you'd have to know and use exactly the same options when decrypting. You could always strip it manually if you don't want this... |
|