mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-23 16:12:05 +01:00
integrate operations & building blocks statements formerly in Ch2
This commit is contained in:
parent
a7a7342501
commit
67bdc2f64b
1 changed files with 9 additions and 0 deletions
|
@ -10,6 +10,15 @@ This text is *not* intended as a guide for end-users of OpenPGP-related software
|
||||||
|
|
||||||
OpenPGP is an open standard for cryptographic operations. It is a system based on well-understood cryptographic building blocks. OpenPGP supports the secure delivery of files and messages between a sender and a recipient as well as verification of the sender. OpenPGP is an outgrowth of the ["Pretty Good Privacy (PGP)"](https://en.wikipedia.org/wiki/Pretty_Good_Privacy) encryption program and has many widely used and [interoperable implementations](interop_section).
|
OpenPGP is an open standard for cryptographic operations. It is a system based on well-understood cryptographic building blocks. OpenPGP supports the secure delivery of files and messages between a sender and a recipient as well as verification of the sender. OpenPGP is an outgrowth of the ["Pretty Good Privacy (PGP)"](https://en.wikipedia.org/wiki/Pretty_Good_Privacy) encryption program and has many widely used and [interoperable implementations](interop_section).
|
||||||
|
|
||||||
|
With OpenPGP, you can:
|
||||||
|
|
||||||
|
- [Encrypt](encryption_chapter) and [decrypt](decryption_chapter) messages
|
||||||
|
- [Sign](signing_data) and [verify](verification_chapter) data
|
||||||
|
- [Issue certifications and examine statements](certifications_chapter) about keys and identities, similar to the role of a Certificate Authority in validating identities.
|
||||||
|
|
||||||
|
To achieve these operations, OpenPGP utilizes a set of [established cryptographic mechanisms](cyrptography_chapter). These building blocks are integrated into OpenPGP's format, which also manages and verifies identities.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Who is the audience for this document?
|
## Who is the audience for this document?
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue