Skojio CommunityMost accounts deserve a manager. A small handful do not — and getting the distinction right matters.
Password managers are the right answer for almost everything. They eliminate reuse, generate high-entropy secrets, and remove the human bottleneck. For 95% of accounts, install Bitwarden or 1Password and move on.
But there is a small, specific set of accounts where a password manager is the wrong answer. Knowing which ones — and how to handle them — is worth ten minutes of attention.
Three categories, roughly:
For these, you need passwords that are strong, memorable, and typeable. That's a different problem from generic account passwords.
A password is strong because of entropy — the number of equally-likely possibilities an attacker has to try. Length contributes far more entropy than character variety, and a passphrase made of random common words can hit 70+ bits of entropy while still being typeable.
A 12-character random string like K7#m$pQ2!nXz has roughly 79 bits of entropy. A four-word passphrase like correct-horse-battery-staple has roughly 44 bits. To match the random string you need 6-7 random words.
For the handful of accounts that don't belong in a manager:
For List A you can generate offline with shuf or a wordlist. For List B you want a generator that runs in your browser so the secret never crosses the network.
The Skojio password generator runs entirely client-side — no analytics, no server round trip — and supports both modes: configurable random strings and word-based passphrases. Use it once for each account on either list, write the result down on paper, store it appropriately.
For List A passphrases: nothing. Memorise them. If you can't, the passphrase is too long; pick a shorter one.
For List B strings: a paper backup in a physically secure location. A safe deposit box, a fire-safe at home, a sealed envelope with a trusted person. Two copies in different locations is better than one.
If the password ever needs to be typed by a human in an emergency, it belongs on List A. If it can be copy-pasted from paper, List B is fine.
MFA does not replace a strong password — it complements it. Every account that supports MFA should have it enabled, regardless of which list its password lives on. The categories above are about the password; the second factor is a separate layer.
| Account type | Where the password lives |
|---|---|
| Generic web account | Password manager, randomly generated |
| Password manager itself | In your head |
| Email recovery account | In your head + paper backup |
| Disk encryption, root, emergency | Paper backup, never in the manager |
The manager handles the 95% case beautifully. The 5% needs a different tool and a different storage strategy, and confusing the two is how people end up locked out of their own accounts.