Crypto

Private key

Also calledsecret key

A private key is a secret cryptographic value that can authorize transactions or create digital signatures for a corresponding blockchain address or account. Anyone who obtains a usable private key may be able to transfer the associated crypto assets without further approval.

Evidence passport

What this page checked.

Sources
3
Record updated
August 18, 2026

Private key — definition, practical meaning, example, and common interpretation risk checked against the linked reference material

Definition checked

  • Definition and plain-English explanation for “Private key”
  • The worked example and the distinction described in the watch-out note
  • Reference material: NIST — Public and Private Key glossary, Bitcoin Developer Guide — Wallets

Use the term correctly

  • Read the connected terms when a definition depends on another market concept
  • Check the broker’s contract specification when applying the term to a particular product
  • Treat examples as explanations of mechanics, not as prices, forecasts, or trading advice

Method. Editorial desk review of the definition, example, related concepts, and 3 linked sources. Calculations are checked directly where the entry contains arithmetic

Research scope and limits +
  • This glossary entry explains terminology and does not test a broker, trading account, platform, or live market condition
  • Contract wording and practical treatment can differ across brokers, venues, jurisdictions, and products
Page change log +
  1. Added named authorship, a definition evidence record, application checks, and a concise scope disclosure

What Private key means

In public-key cryptography, the private key is paired mathematically with a public key. Wallet software uses the private key to sign a transaction, allowing network participants to verify that it was authorized without learning the secret key. Modern wallets often derive many private keys from one recovery seed rather than showing each key to the user.

Control of a private key is often the practical basis for control of self-custodied crypto. Unlike a bank transfer, many blockchain transfers have no central operator able to reverse an authorized transaction. Protecting a private key therefore includes protecting recovery backups, connected devices, and transaction-approval procedures.

Leo’s wallet signs a transaction sending 0.25 BTC to a recipient. Nodes verify the signature against Leo’s public key before accepting the transaction. They do not need Leo’s private key. If an attacker copied that private key, the attacker could potentially sign a competing transfer of the funds.

Common questions

Is a private key the same as a password?+

No. A password may unlock a device or encrypt a local wallet file. A private key is the cryptographic credential that authorizes blockchain transactions; losing it or exposing it can have different and more serious consequences.

Can a private key be changed?+

Not for an existing address in the ordinary sense. A user can move assets to a newly generated address controlled by a different private key, but the old address remains linked to its original key pair.

Go to the original material.

01NIST — Public and Private Key glossary02Bitcoin Developer Guide — Wallets03BIP 32 — Hierarchical Deterministic Wallets