IT lexicon Security SHA-256

SHA-256

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

Hash algorithm in the SHA-2 family — 256 bits, still secure. The de facto standard for file checksums and Bitcoin.

SHA-1 is broken (collisions 2017). SHA-3 is a newer architecture — secure but rarely used. SHA-256 is "the SHA" today. For passwords: don't use SHA directly — it's too fast. Use bcrypt/argon2/scrypt.

← Back to the lexicon