String Hash Generator

Generate cryptographic hashes for strings using MD5, SHA-1, SHA-256, SHA-384, and SHA-512 algorithms. Perfect for password hashing, data integrity verification, and digital signatures.

Input String

Hash Options

Examples

Security Tips

  • MD5 is cryptographically broken - use SHA-256 for security
  • Always use salt for password hashing
  • Use multiple iterations for password hashing
  • Never store plain text passwords
  • Use same algorithm and salt for verification
  • Generate random salt for each password
  • Consider using pepper (server-side salt) for additional security