Security Tools

Password generation, hash verification, encoding utilities.

Secure Generation Tools

Security tools use the Web Crypto API and crypto.getRandomValues() for cryptographically secure random generation. Passwords are generated locally and never transmitted. The UUID generator produces RFC 4122 v4 compliant identifiers. The htpasswd generator uses bcrypt hashing with configurable cost factor.

All generation happens in your browser's secure context. We recommend using these tools over online alternatives that may log generated values.