Private Key
Secret cryptographic material used to produce signatures or other authorization proofs.
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.
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.
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.
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.
Public Key
→Cryptographic data used to verify signatures made by the corresponding private key.
Seed Phrase
→A human-readable backup that can recreate a wallet’s private keys, addresses, and spend authority.
Signature
→A cryptographic proof that a message was authorized by the holder of a private key.
Wallet
→Software or hardware that manages signing credentials, addresses, transactions, and access to blockchain assets.
Hardware wallet
→A physical signing device that keeps private keys isolated while approving cryptocurrency transactions.