Frequently Asked Questions

What hash algorithms are supported?

MD5, SHA-1, SHA-256, SHA-384, and SHA-512. SHA algorithms use the browser's Web Crypto API. MD5 uses a JavaScript library.

Can I hash files?

Yes, you can either type/paste text or drop a file to generate its hash.

Is my data secure?

Yes, all hashing happens in your browser. No data is sent to any server.