Encoding Encryption HashingThe three words every thriller gets wrong
The one-line difference
The Transform Lab
One input, three fates. Type anything and watch it get encoded, encrypted, and hashed live. This is the whole lesson in one box.
What thrillers get wrong
The fun part. These lines show up on screen and on the page constantly. Tap each one to see why it makes a security person wince.
Side by side
| Encoding | Encryption | Hashing | |
|---|---|---|---|
| Goal | Compatibility | Confidentiality | Integrity |
| Needs a key? | No | Yes | No |
| Reversible? | Yes, by anyone | Yes, with the key | No, ever |
| Output size | Varies | Varies | Always fixed |
| Keeps secrets? | No | Yes | No (it verifies) |
| Typical use | Transmit & store | Protect messages | Passwords & checks |
Here is why this small distinction matters more than it looks.
Most stories about secrets fall apart the moment someone who knows the field reads them, because the writer never learned which things can be undone and which cannot. A plot that hinges on decrypting a hash is a plot built on a misunderstanding. Get the foundations right and something better happens: the tension becomes real, because the limits are real.
I spent the last 40 years working with this technology. The OBISEC trilogy is what came out by June 2026, a story where the encoding, the encryption and the one-way doors all behave the way they actually do, and where that accuracy is exactly what makes it frightening. It begins with CODENAME: LIB3RTY.
If you want to feel how this works with your own hands, you can also grab my free Domain Trust MCP and let your own AI assistant put these ideas to work.