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

Encrypted doesn’t mean safe no matter what. It means safer, not magic. If the key is stolen, shared too widely, or stored right next to the data, the lock barely helps. A locked pouch with the key taped to the front is not a security strategy.

Think of a locked document pouch. You can hand it to a courier or leave it in a cabinet, and the papers inside stay unreadable unless someone has the key. Encryption is the digital version. A message, file, password, or database field gets turned into nonsense, and the key turns it back.

How it shows up

You’ll see it around passwords, browser connections, secrets, backups, and client data. HTTPS is encryption, so information moving between you and a site can’t be read by random people in the middle. It matters for AI tools because agents increasingly touch real business data: reading documents, connecting to email, handling API keys. So you care whether data is encrypted in transit, encrypted where it’s stored, and who can decrypt it. Don’t confuse this with authentication, which asks “Who are you?” not “Can anyone else read this?” And permission scope still matters: maybe the agent can read a folder but not export it.

Why you care

You don’t need to become a cryptographer. You need to ask better questions. Where is this data stored? Is it encrypted? Who has the key? Can the agent read the raw value, or only use it for the task? Privacy depends on who can open the pouch, not just where it’s sitting.