← All journal posts

Password basics

Strong passwords should not depend on your memory

A strong password is not a clever sentence you can recite at a party. It is long, mixed, and boring—the kind of secret a person cannot remember and a computer should not find quickly. That is only practical if something else remembers it for you.

Memorable is often guessable

We make passwords from pets, kids, teams, streets, and the year we got married because those things stick. They also show up in posts, obituaries, school directories, and the questions a reset form used to ask.

Length helps. Randomness helps more. “BlueChairRiverLight91” is nicer to type than a generated string, and still weaker than twenty random characters you never see. You do not need to type those characters every day if a manager fills them.

The only password that must be memorable

The password that unlocks your manager should be long and yours. A short phrase you have never used online can work if it is truly unused and long. Do not reuse it on email or shopping.

Everything inside the manager can be generated. That is the deal: one memorable secret, many unmemorable ones. If you try to make all of them memorable, you will reuse patterns, and we are back to the reused-password problem.

What “generated” looks like in real life

You create an account. You ask the manager for a password. You save it. Later you unlock and go. There is a learning week where you still hesitate. Then it becomes as ordinary as using a contact list instead of memorizing numbers.

Stax Pass protects those generated records on your device before they sync. Your main password is turned into unlock material with Argon2id, a method designed to make huge guessing attacks expensive. You feel a short wait. A guessing farm feels a wall.

Is this worth paying for?

You can keep doing the memory trick. It will keep failing in the same ways. A manager costs less than replacing a single stolen card, and Stax Pass lets you try it for 45 days without a card on file. You are paying to stop using your biography as a lock.

Take this with you

  • Memorable passwords are often personal, and personal is guessable.
  • Generate unique passwords for sites. Remember only the manager password.
  • Make that one password long, unused elsewhere, and backed by a recovery phrase.

Common questions

Are passphrases better than random characters?

A long unused passphrase can be a good main password. For site passwords, random generated ones are easier to make unique. Let the manager hold those.

Why not just use the same strong password everywhere?

Because one leak still opens every door. Strength without uniqueness is a sturdy key copied to fifty locks.

What if a site rejects long passwords?

Generate the longest it allows, save it, and avoid that kind of site for anything important when you have a choice.