September 25, 2024

Hash Functions Overview (SHA family)

Hash functions map data to fixed-size digests. They’re great for integrity, not encryption.

  • Use SHA-256 or SHA-512 for integrity checks.
  • For passwords, use slow KDFs (bcrypt, Argon2), not plain hash.

Generate digests with our Hash Generator.

Advertisement