Encrypt any text or file to SHA-1, or try to reverse a known SHA-1 hash with the built-in dictionary. 100% client-side.
SHA-1 (Secure Hash Algorithm 1) is a cryptographic hash function published by the NSA in 1995. It produces a 160-bit (40-character hexadecimal) digest. SHA-1 is the algorithm Git uses for commit identifiers, and it remains widely deployed in legacy systems. In 2017, researchers demonstrated the first practical SHA-1 collision (the SHAttered attack), so SHA-1 is considered broken for security purposes. It is still acceptable for checksums, deduplication, and non-cryptographic fingerprinting, but for new security-sensitive code use SHA-256 or SHA-3.
"hello" is aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d.