SHA-256
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.