mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-23 16:12:05 +01:00
weave in asymmetric cryptography formerly in ch3 as symm-key explainer
This commit is contained in:
parent
2a828cd0fd
commit
ce6d28020c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Here are two important properties of cryptographic hash functions:
|
||||||
|
|
||||||
## Symmetric-key cryptography
|
## Symmetric-key cryptography
|
||||||
|
|
||||||
[Symmetric-key cryptography](https://en.wikipedia.org/wiki/Symmetric-key_algorithm) uses the same cryptographic key for both encryption and decryption. Symmetric-key cryptographic systems support *encryption/decryption* operations.
|
[Symmetric-key cryptography](https://en.wikipedia.org/wiki/Symmetric-key_algorithm) uses the same cryptographic key for both encryption and decryption, unlike asymmetric cryptography where a pair of keys is used: a public key for encryption and a corresponding private key for decryption. Symmetric-key cryptographic systems support *encryption/decryption* operations.
|
||||||
|
|
||||||
Participants in symmetric-key operations need to exchange the shared secret over a secure channel.
|
Participants in symmetric-key operations need to exchange the shared secret over a secure channel.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue