MD5, SHA family, and bcrypt, from text or a dropped file. Runs entirely in your browser.
MD5 and SHA family update live. Bcrypt runs only when you click Generate.
Text mode is for quick hashes of strings, payloads, and secrets. File mode does the same work for large files without sending anything off the machine.
MD5 and the SHA family update as you type. Bcrypt waits for an explicit click because it is intentionally slower and is usually the one you want to control more carefully.
Large-file hashing shows visible progress so you know the page is still working. Each result is copyable on its own, which makes it practical for release checks, fixture generation, or quick verification work.