Password, hashing, and security tools
Security chores should not require installing anything or trusting a third party with your secrets. Every tool here runs locally: password generation uses the browser’s cryptographically secure random source, hashing uses the Web Crypto API, and JWT decoding never sends the token anywhere. Nothing is uploaded, logged, or stored.