Security Tools
Browser utilities for random passwords and tokens, UUID v4, digests, and password-based AES-GCM text encryption.
Operations use Web Crypto locally and do not replace a password manager, HSM, or production key management. Treat outputs as sensitive until you store them safely.
Password Generator
Random passwords with length, sets and strength meter.
UUID Generator
Generate UUID v4 identifiers in bulk.
Token Generator
Random tokens for API keys, secrets and nonces.
Hash Generator
Compute digests from text with common hash algorithms.
Encrypt Text
Password-based AES-GCM encryption for short text.
Decrypt Text
Decrypt AES-GCM ciphertext produced by Encrypt Text.