Hash Generator

Generate cryptographic hashes using SHA-1, SHA-256, SHA-384, and SHA-512 algorithms.

Input

Hash Results

Enter text or upload a file to generate hashes

About Hash Functions

Hash functions generate fixed-size outputs from arbitrary input data. They are one-way functions - you cannot reverse a hash to get the original input.

SHA-1 (160-bit)

Legacy algorithm, not recommended for security

SHA-256 (256-bit)

Recommended, widely used in Bitcoin, TLS

SHA-384 (384-bit)

Truncated SHA-512, higher security

SHA-512 (512-bit)

Highest security, better on 64-bit systems