Hash Generator
Generate cryptographic hashes from text or files. Supports MD5, SHA-1, SHA-256, SHA-384, and SHA-512. All processing happens locally.
Or drag and drop a file here
FAQ
What hash algorithms are supported?
Currently supported: MD5, SHA-1, SHA-256, SHA-384, and SHA-512. SHA algorithms use the Web Crypto API, while MD5 uses a pure JavaScript implementation.
What output formats are available?
You can output hashes in hexadecimal (hex), Base64, or binary format. Binary format shows both hex representation and raw binary data.
Can I hash files?
Yes, you can drag and drop files or use the file input to generate hashes of files.
What output formats are available?
You can output hashes in hexadecimal (hex) or Base64 format.