mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-23 08:02:05 +01:00
edit ch7 forms of data signatures
This commit is contained in:
parent
f7ea1b115e
commit
4fd97868e8
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@ Data signature packets manifest in three distinct forms, which will be detailed
|
|||
OpenPGP signatures over data can be used in three different forms[^sign-modes-gpg]:
|
||||
|
||||
- *Detached*: The signature is a standalone artifact, separate from the signed data.
|
||||
- *Inline*: The original data and the signature over the data are collectively stored in an OpenPGP container.
|
||||
- *Cleartext signature*: A message in text format and a signature over this message are stored in a combined text-format, which leaves the original message in a human-readable representation.
|
||||
- *Inline*: The original data and the signature over data are enclosed within an OpenPGP container.
|
||||
- *Cleartext signature*: A plaintext message and a signature over this message are stored in a combined text-format, maintaining the original message's readability.
|
||||
|
||||
[^sign-modes-gpg]: These three signature forms correspond with GnuPG's `--detach-sign`, `--sign` and `--clear-sign` modes.
|
||||
|
||||
|
|
Loading…
Reference in a new issue