Skip to content

Commit 047c2ca

Browse files
authored
Merge pull request #555 from jseseCCS/jsese/add-new-term-key-pair
Adding a new term: key pair
2 parents 01f5ce7 + 064d271 commit 047c2ca

File tree

1 file changed

+11
-0
lines changed
  • supplementary_style_guide/glossary_terms_conventions/general_conventions

1 file changed

+11
-0
lines changed

supplementary_style_guide/glossary_terms_conventions/general_conventions/k.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,17 @@ Do not capitalize the first letter.
207207

208208
*See also*:
209209

210+
[[key-pair]]
211+
==== image:images/yes.png[yes] key pair (noun)
212+
*Description*: A _key pair_ is a set of two mathematically linked cryptographic keys: a public key that can be shared and a private key that must be kept secret. The public key encrypts data or verifies signatures, and the private key decrypts data or creates signatures. This pairing is the basis of public-key cryptography used in systems like SSH and TLS/SSL.
213+
214+
*Use it*: yes
215+
216+
[.vale-ignore]
217+
*Incorrect forms*: keypair, Key Pair
218+
219+
*See also*:
220+
210221
[[keystore]]
211222
==== image:images/yes.png[yes] keystore (noun)
212223
*Description*: A _keystore_ is a repository for private and self-certified security certificates. Write in lowercase as one word. This is in contrast to a "truststore", which stores trusted security certificates.

0 commit comments

Comments
 (0)