So. I tried bitwarden for a while with 2fa. I absolutely did not realize that if you lose your 2fa you are done in that service. So yeah. Time to rebuild.

I’m attempting to go all in on proton stuff ATM. Drive, email, vpn and password manager.

What’s the easiest way to set everything up in a way that the whole system is safe and that minimizes the chance of me locking myself out ?

Stuff like. Do I bother with 2fa? What are yubikeys. Are these the answer? Do I 2fa all.accounts other than the protonmail one ?

Long single use case passwords or memorizable ones ?

Do I do throwaway emails or everything signs up to my main one ?

Sorry if I overloaded questions. But id love go get insight from people with more experience.

Edit. And oh. Threat model.

Id love yo not lose accounts if someone physically steals one of my devices.

I’d love to not get hsckdd online by someone random that is not targeting me specifically

And in broad strokes. I’d like to keep all my accounts as private as possible from private companies and governments. But im flexible on this one if its too much hassle.

  • janAkali
    link
    English
    21 year ago

    I wouldn’t tell you it’s the best option, but it works for me and sizeable amount of other people: stateless password manager. It is an app that will generate you password based on input: url and a single master password.

    Using same parameters gives the same password. Passwords are not stored, you just generate one whenever you need it. It solves syncing issues and eliminates option of losing your vault/backups. Master password should be extra secure, because it is the main defense point.

    For the implementation, you could make one yourself with scripts (scrypt + base64) or use open-source apps like LessPass.