Security

Encryption

The process of scrambling data with a key so only authorized parties can read it.

Encryption converts readable data into ciphertext using a mathematical key, reversible only by someone holding the right key. It underpins how wallets protect private keys on disk and how exchanges secure data in transit. The math is the same family that secures online banking.

Crypto leans on public-key cryptography, a related field, for signatures and addresses—but that is distinct from plain encryption. For users, the practical points are a strong wallet password and an encrypted backup of the seed phrase. Weak encryption or a weak password defeats the whole purpose.

Related terms