mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-22 15:42:06 +01:00
Clarify asymmetric cryptography and its use in OpenPGP
This commit is contained in:
parent
8b02a7a474
commit
0c41b6c67b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ Algorithm Preferences
|
||||||
See [](recipe-algorithm-preferences).
|
See [](recipe-algorithm-preferences).
|
||||||
|
|
||||||
Asymmetric Cryptography
|
Asymmetric Cryptography
|
||||||
Asymmetric cryptography is used in OpenPGP. For a more detailed discussion see [](public-key-cryptography).
|
Asymmetric cryptography (also known as public-key cryptography) is used in OpenPGP to send messages without using a prior shared secret. For a more detailed discussion see [](public-key-cryptography).
|
||||||
|
|
||||||
Authenticated Encryption With Associated Data
|
Authenticated Encryption With Associated Data
|
||||||
Short AEAD, refers to an encryption scheme that ensures confidentiality of a message. Additionally, additional data, which is not confidential, may be associated with the message.
|
Short AEAD, refers to an encryption scheme that ensures confidentiality of a message. Additionally, additional data, which is not confidential, may be associated with the message.
|
||||||
|
|
Loading…
Reference in a new issue