Skip to main content

Key pair

cryptography · security

A matched private key and public key used to prove control, verify signatures, and derive cryptocurrency addresses.

Also known as
public-private key pair, asymmetric keys
1.concept

A key pair consists of a private key that must remain secret and a public key that can be shared. The private key creates signatures; the public key lets others verify those signatures without learning the private key.

2.formats

Wallets usually derive many key pairs from one seed phrase using deterministic paths. Encodings and address formats vary by chain, curve, and network.

Related terms

All terms and definitions may update as the Cryptionary improves.