mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-23 08:02:05 +01:00
Introduce terms: confidentiality and authenticity
This commit is contained in:
parent
53473b025c
commit
75ac101a40
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ OpenPGP is an open standard for cryptographic operations. It is a system based o
|
|||
|
||||
With OpenPGP, you can:
|
||||
|
||||
- [Encrypt](encryption_chapter) and [decrypt](decryption_chapter) messages
|
||||
- [Sign](signing_data) and [verify](verification_chapter) data
|
||||
- [Encrypt](encryption_chapter) and [decrypt](decryption_chapter) messages to achieve confidentiality
|
||||
- [Sign](signing_data) and [verify](verification_chapter) data to ensure authenticity
|
||||
- [Issue and validate certifications](component_signatures_chapter) about keys and identities, similar to the role of a Certificate Authority in validating identities.
|
||||
|
||||
## Who is the audience for this document?
|
||||
|
|
Loading…
Reference in a new issue