C

What is Cryptography?

Crypto Glossary Definition

The study of encryption.

Why Cryptography Matters

Cryptography — the mathematics of secure communication — is what makes blockchain possible at all: it's how wallets prove ownership without revealing private keys, and how transaction data is secured against tampering. Every "hash," "signature," and "key" you encounter in crypto ultimately traces back to cryptographic techniques developed decades before Bitcoin existed.

Cryptography in Practice

Consider what actually happens the moment someone clicks 'send' on a crypto wallet. The wallet takes the transaction details, combines them with the sender's private key, and produces a digital signature — a piece of math that proves the transaction was authorized by the key's owner without ever revealing the key itself. Anyone on the network can verify that signature against the sender's public address, confirming authenticity without needing to trust the sender or any middleman. A second cryptographic tool, hashing, takes the transaction data and compresses it into a fixed-length fingerprint; change even a single character of the input and the resulting hash comes out completely different, which is how blockchains detect tampering and chain blocks together securely. These aren't crypto-specific inventions — public-key cryptography and cryptographic hash functions were developed by mathematicians and computer scientists decades before Bitcoin, originally for things like secure communications and early internet security. What Bitcoin did was combine existing cryptographic primitives in a novel way to solve a problem — trustless digital money — that hadn't been solved before. Every time a user reads about a wallet's private key, a block's hash, or a transaction's signature, they're looking at applied cryptography doing the actual work of securing the system.

Still have questions about Cryptography?

Ask ARIA, our free AI crypto intelligence agent, for a deeper explanation.

Ask ARIA →