Hash Generator
private · runs in your browser
~ $ devkit:hash

Hash Generator

Compute MD5, SHA-1, SHA-256 and SHA-512 digests of any text, computed locally in your browser. Useful for checksums and quick integrity checks.

Input
Digests
MD5
SHA-1
SHA-256
SHA-512

Note: MD5 and SHA-1 are not collision-resistant and must not be used for password storage. These digests are for checksums and non-security identifiers.

How to use Hash Generator

  1. Type or paste text. Digests update for its UTF-8 bytes.
  2. Copy the MD5, SHA-1, SHA-256 or SHA-512 result for comparison.

Example

Text: abc
SHA-256: ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad

Details and limitations

Spaces and line endings change the digest. Empty text also has a digest. MD5 and SHA-1 are legacy options and should not be used for security-sensitive integrity. Plain hashes are not password storage algorithms. This tool hashes text, not uploaded files.