Back to Glossary
BeginnerSecurity

Private Key

Definition

A secret cryptographic code, typically a 256-bit number, that proves ownership of cryptocurrency and authorizes transactions. The private key is mathematically linked to a public key through elliptic curve cryptography — it can generate the public key, but the public key cannot reverse-derive the private key. Anyone with access to a private key has complete, irrevocable control over the associated funds.

Example

If someone obtains your private key, they can steal all your cryptocurrency with no way to reverse the transactions. Never share your private key with anyone or store it digitally in plain text.

Related Terms