You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: supplementary_style_guide/glossary_terms_conventions/general_conventions/k.adoc
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -207,6 +207,17 @@ Do not capitalize the first letter.
207
207
208
208
*See also*:
209
209
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
+
210
221
[[keystore]]
211
222
==== image:images/yes.png[yes] keystore (noun)
212
223
*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