SHA-1 Hash Generator
The SHA-1 generator produces the 160-bit SHA-1 digest of your text as a 40-character hexadecimal string. SHA-1 is deprecated for security purposes and is provided for compatibility with systems that still require it.
Your result will appear here.
Not sure where to start? Use Load example.
Results update automatically and are calculated on your device. Nothing you type is sent to a server.
Runs in your browser. Processing happens entirely in your browser. Nothing you enter is sent to Delimiter.live.
How to use the SHA-1 Hash Generator
- Type or paste the text you want to hash.
- The digest appears immediately and updates as you type.
- Choose uppercase or Base64 output if the system you are feeding expects that format.
- Copy the result.
Example
hello
aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d
Common use cases
- Matching a Git object identifier or a legacy API signature.
- Interoperating with a system that has not yet migrated to SHA-256.
- Checking a SHA-1 checksum published with an older release.
Limitations and things to watch for
- SHA-1 collision attacks have been demonstrated publicly since 2017 and are now inexpensive. Certificate authorities and browsers stopped accepting SHA-1 certificates years ago.
- Do not use SHA-1 for signatures, integrity against an adversary, or passwords. Use SHA-256 instead for anything new.