Glossary / Security & Safety

Encryption

Encryption scrambles information so only someone with the right key can turn it back into readable data.

Updated July 2, 2026

Encryption scrambles a message, file, password, or database field into nonsense; only the right key turns it back into readable data. You’ll see it around browser connections (HTTPS), backups, secrets, and client data, and it matters for AI because agents increasingly touch real business data: documents, email, API keys.

A locked document pouch is the physical version. You can hand it to a courier or leave it in a cabinet, and the papers inside stay unreadable unless someone has the key. A locked pouch with the key taped to the front, though, is not a security strategy.

Why you care

Encrypted means safer, not safe no matter what. If the key is stolen, shared too widely, or stored right next to the data, the lock barely helps. You don’t need to become a cryptographer; you need better questions. Where is the data stored, and is it encrypted both while it’s moving and while it’s stored? Who holds the key? Can the agent read the raw value, or only use it? Authentication asks “Who are you?”; encryption asks “Can anyone else read this?” Privacy depends on who can open the pouch, not just where it’s sitting.