Key Pair
A cryptographic key pair consists of two keys: a public key and a private key. The public key is used to encrypt data or verify digital signatures, while the private key is used to decrypt data or create digital signatures. The keys are mathematically related, so data encrypted with the public key can only be decrypted with the corresponding private key, and vice versa.