mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-23 08:02:05 +01:00
edit ch7 detached signatures
This commit is contained in:
parent
ee65b80bc7
commit
62af0cb83b
1 changed files with 2 additions and 2 deletions
|
@ -40,9 +40,9 @@ OpenPGP data signatures can be applied in three distinct forms[^sign-modes-gpg]:
|
||||||
|
|
||||||
### Detached signatures
|
### Detached signatures
|
||||||
|
|
||||||
A detached signature is produced by calculating an OpenPGP signature over the signed data. The original data is left as is, while the OpenPGP signature is stored as a standalone file. A detached signature can be distributed alongside or independent of the original data. The authenticity and integrity of the original data file can be verified using the detached signature file.
|
A detached signature is produced by calculating an OpenPGP signature over the data intended for signing. The original data remains unchanged, and the OpenPGP signature is stored as a standalone file. A detached signature file can be distributed alongside or independent of the original data. The authenticity and integrity of the original data file can be verified by using the detached signature file.
|
||||||
|
|
||||||
This signature format is especially useful for signing software releases and other files that must not be modified by the signing process.
|
This signature format is especially useful for signing software releases and other files where it is imperative that the content remains unaltered during the signing process.
|
||||||
|
|
||||||
### Inline signatures
|
### Inline signatures
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue