Hashing Tools
Start with Bcrypt Generator, Bcrypt Checker, and MD5 Generator for hashing work. Create salted bcrypt hashes for passwords and development tests. Verify a plaintext password against a standard bcrypt hash.
Available Tools
Bcrypt Generator
Create salted bcrypt hashes for passwords and development tests.
TOOLBcrypt Checker
Verify a plaintext password against a standard bcrypt hash.
TOOLMD5 Generator
Generate MD5 checksums for compatibility and non-security integrity checks.
TOOLSHA-1 Generator
Generate SHA-1 checksums for legacy compatibility and non-adversarial file identification.
TOOLSHA-256 Generator
Calculate a SHA-256 digest for text input or selected local files.
TOOLSHA-512 Generator
Calculate a SHA-512 digest for text input or selected local files.
TOOLHMAC Generator
Create keyed message authentication codes from a message and secret key.
TOOLPBKDF2 Generator
Generate PBKDF2-derived keys from passwords directly in your browser.
TOOLScrypt Generator
Create memory-hard scrypt outputs directly in your browser.
TOOLArgon2 Generator
Create encoded Argon2 password hashes using a browser-based WebAssembly implementation.
TOOLRelated Categories
About Hashing Tools
Additional workflows include SHA-1 Generator, SHA-256 Generator, and SHA-512 Generator. Encoding and File Integrity are kept in separate sections because they handle different security tasks. The tools run in the browser and present their result directly on the page.