Ditch the master password in favor of passkeys

I have to go back to my previous question (which was not answered yet): Why are you changing your master password “often”? It should only be changed if it has been compromised.

Also, why are you using your master password so often? Are you logging out of your vault each time you use it, and if so, why? Normally, one would remain logged in semi-permanently, and just lock the vault to protect it while not in use. To unlock the vault, you can use a simpler password or PIN, or even a fingerprint or Face ID.

You need to use a random high-entropy master password that you can memorize. This means that your master password should be a randomly generate 4-word passphrase.

And yes, because memory can fail, you do also need a written record of the master password — but this “emergency sheet” must be stored in a secure location. If you have no fully secure locations available for hiding your emergency sheet, you can use a technique such as Shamir Secret Sharing.