mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-23 16:12:05 +01:00
move high-level operations to Ch1
This commit is contained in:
parent
c65141a712
commit
9ff8b69cb7
1 changed files with 0 additions and 8 deletions
|
@ -113,14 +113,6 @@ For detailed information on structure and handling, read our chapters on OpenPGP
|
||||||
|
|
||||||
Beyond the basics, managing certificates, as well as understanding their authentication and trust models, are crucial topics. Though this document will only briefly touch on these aspects, they constitute an integral part of working with OpenPGP.
|
Beyond the basics, managing certificates, as well as understanding their authentication and trust models, are crucial topics. Though this document will only briefly touch on these aspects, they constitute an integral part of working with OpenPGP.
|
||||||
|
|
||||||
### High-Level operations
|
|
||||||
|
|
||||||
With OpenPGP it's possible to:
|
|
||||||
|
|
||||||
- [Encrypt](encryption_chapter) and [Decrypt](decryption_chapter) Messages
|
|
||||||
- [Sign](signing_data) and [Verify](verification_chapter) Data
|
|
||||||
- [Issue and examine Statements](certifications_chapter) about Keys and Identities (to perform CA-like functionality)
|
|
||||||
|
|
||||||
### Building blocks
|
### Building blocks
|
||||||
|
|
||||||
To perform these high-level operations, a set of [established cryptographic mechanisms](cyrptography_chapter) are used as building blocks, and combined into OpenPGP's format, which additionally deals with identities and their verification.
|
To perform these high-level operations, a set of [established cryptographic mechanisms](cyrptography_chapter) are used as building blocks, and combined into OpenPGP's format, which additionally deals with identities and their verification.
|
||||||
|
|
Loading…
Reference in a new issue