Skip to main content

Private Key

cryptography
security
wallet

Secret cryptographic material used to produce signatures or other authorization proofs.

1
general

A private key is secret cryptographic material that can authorize actions under a corresponding public-key policy. Anyone who obtains a usable key can usually produce valid signatures; losing the only copy can make funds permanently inaccessible.

2
technical

For secp256k1 systems, a private key is a valid scalar and the public key is derived by elliptic-curve scalar multiplication. Signature algorithms such as ECDSA or Schnorr then use the private key to create a signature that nodes can verify with the public key.

3
wallets

Deterministic wallets derive many private keys from a seed, so a mnemonic phrase is usually a recovery source rather than a different display of one key. Hardware wallets can keep signing material away from a host computer, but device firmware, transaction review, and backups remain part of the security model.

4
safety

Never paste a live private key or seed phrase into a website, chat, screenshot, or untrusted recovery tool. Use documented offline backups, test the recovery procedure safely, and plan for device loss and inheritance.

Related terms

Explore connected entries beyond the alphabetical index.

All terms and definitions may update as the Cryptionary improves.