LOGBOOK

HELP

Quiz Entry - updated: 2026.07.30

What is pre-image resistance?

The one-way property of a hash function: given only a hash, it is infeasible to recover an input that produced it.

Easy to compute the hash forward, infeasible to work backward. This lets you commit to or verify data without revealing it. Contrast collision resistance, which forbids finding two inputs that clash rather than reversing one output.

From Quiz: IOTHACK / IOTHACK Glossary | Updated: Jul 30, 2026