Security

Cryptography

The math of scrambling and verifying information so only intended parties can read or trust it.

Cryptography predates crypto by millennia, from wartime ciphers to the padlock icon on a banking site. Modern versions rest on math problems that are easy to compute one way and effectively impossible to reverse. That asymmetry is what makes digital secrets hold.

Blockchains lean on two pieces: hash functions, which fingerprint data and link blocks, and public-key cryptography, which proves who authorized a transaction. The 'crypto' in cryptocurrency points here — not to secrecy, but to provable ownership without a trusted middleman.

Related terms