On Nov 5, 2012, at 4:57 AM, HardKor <hardkor.info at gmail.com> wrote: > Hello, > > I would like to know if when I send an encrypted and signed message the signature is also encrypted or not ? It is. You can manually construct other arrangements if you so desire, but the built in "--sign --encrypt" in GPG is: encrypt ( compress ( sign ( data ) ) ) David