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.

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