IT lexicon Security Cryptography

Cryptography

Security På svenska → Updated: 2026-05-23

The maths behind encryption, signatures and hashing — secure communication even when attackers listen.

Three families: symmetric (AES — fast), asymmetric (RSA, ECC — can share a public key), hashing (SHA-256 — one-way). The standard warning: "don't roll your own crypto" — use libraries like libsodium, NaCl.

← Back to the lexicon