Hash Generator (MD5/SHA-1/SHA-256)

How it works: Generates cryptographic hashes using the Web Crypto API. SHA-256 is recommended for most use cases. Hashing is one-way—you cannot reverse a hash hashing (though use proper password hashing algorithms like bcrypt for production).