← Back to Catalog
💻Code5 min

What Is a Hash?

Hashes are everywhere: passwords, git commits, blockchain. They're like fingerprints for data.

Beat 1 of 5

A one-way function

A hash function takes any input and produces a fixed-size string of characters. You can't reverse it to get the original input back.