Security Analysis
Passphrase Generator
Passphrases beat short complex passwords: they are far easier to remember and far harder to crack. Every word here is chosen with crypto.getRandomValues() inside your browser.
The word list ships with the page and selection happens locally. SpectraShe never sees the passphrase you generate.
Why passphrases work
- Length beats symbol soup: four to six random words already outrun a 10-character 'P@ssw0rd!' style secret.
- Random selection is the point -- a phrase you invented yourself is usually guessable from your interests.
- Use a unique passphrase per account and store them in a password manager.
- Pair passphrases with multi-factor authentication so a leaked secret alone is not enough.
Related tools
Password Strength Checker
Analyse password length, character variety and weak patterns locally in your browser.
Password Generator
Create strong random passwords with adjustable length and character sets, generated locally.
Hash Identifier
Identify which algorithm most likely produced a hash from its length and character set.