Private Key
cryptography · security · wallet
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.
For the relationship between keys, addresses, and custody, read crypto wallet basics.
Related terms
Public Key
→Cryptographic data used to verify signatures made by the corresponding private key.
cryptography · technical
Seed Phrase
→A human-readable backup that can recreate a wallet’s private keys, addresses, and spend authority.
wallet · security
Signature
→A cryptographic proof that a message was authorized by the holder of a private key.
cryptography
Wallet
→Software or hardware that manages signing credentials, addresses, transactions, and access to blockchain assets.
wallet · security
Hardware wallet
→A physical signing device that keeps private keys isolated while approving cryptocurrency transactions.
wallet · security