Fort Knox Passwords
Maximum-strength secrets for password managers and root accounts.
Keys load when this section is visible — or tap Generate.
Good Passwords
Strong everyday passwords — great for email, banking, and cloud apps.
Keys load when this section is visible — or tap Generate.
Ridiculous Passwords
Extra-long complex strings when you want absurd entropy.
Keys load when this section is visible — or tap Generate.
Average Passwords
Shorter but still random — better than reused or dictionary words.
Keys load when this section is visible — or tap Generate.
Numeric PINs
Cryptographically random PINs for phones, locks, and 2FA backups.
Keys load when this section is visible — or tap Generate.
Hex Encryption Keys
Random hex keys for AES and app encryption (token_hex).
Keys load when this section is visible — or tap Generate.
WPA / WPA2 Keys
Long random Wi‑Fi passphrases. Prefer WPA2/WPA3 — never use WEP for real networks.
Keys load when this section is visible — or tap Generate.
WEP Keys (legacy only)
Included for lab / legacy gear. WEP is broken — do not use on live networks.
Keys load when this section is visible — or tap Generate.
API / Secret Keys
URL-safe random tokens for API secrets, webhooks, and app keys.
Keys load when this section is visible — or tap Generate.
UUID v4
Random UUID identifiers (Python uuid4 / secrets-backed).
Keys load when this section is visible — or tap Generate.
About this random key generator
Generate secure random passwords and keys online. RandomKeygen-style sections powered by Python secrets — Fort Knox, WPA, hex, PIN, API tokens, UUID. Free key generator on Fah Swe Tools.
Compared with browser-only toys, Fah Swe Tools generates keys on the server with
Python secrets
— the same module recommended for passwords, tokens, and security-sensitive values. Use Fort Knox or Good passwords with a password manager; use hex keys for encryption; use WPA keys for Wi‑Fi; skip WEP except for legacy testing.
How to use
- Open the Random Key Generator page.
- Browse sections (Fort Knox, Good, WPA, hex, PIN, API, UUID).
- Tap any key to copy, or regenerate a section / refresh all.
FAQ
Is this like RandomKeygen?
Yes — the same style of multi-section key page: strong passwords, PINs, hex encryption keys, WPA keys, API tokens, and UUIDs on one screen.
Are keys cryptographically secure?
Yes. All values are generated server-side with Python’s secrets module (CSPRNG), not Math.random.
Do you store my passwords?
Never. Keys exist only in the page response. Nothing is saved to a password database.
Should I use WEP keys?
No for real Wi‑Fi. WEP is included only for legacy/lab use. Prefer WPA2/WPA3 keys.
Is it free?
Yes. Fah Swe Tools Random Key Generator is free with no signup.