A PasswordCard is a credit card-sized card you keep in your wallet, which lets you pick very secure passwords for all your websites, without having to remember them! You just keep them with you, and even if your wallet does get stolen, the thief will still not know your actual passwords.

A very cute idea, well implemented.

Your PasswordCard has a unique grid of random letters and digits on it. The rows have different colors, and the columns different symbols. All you do is remember a combination of a symbol and a color, and then read the letters and digits from there. It couldn’t be simpler!

A chain is only as strong as its weakest link. It’s far safer to pick secure passwords and write them down, than it is to remember simple and easy to guess passwords. You already protect your wallet very well, and even if it does get stolen the thief will still not know which of the many thousands of possibilities on the card is your password.

  • @Dr_Evil
    link
    57 months ago

    Seems like this is recommending the use of 8 character passwords… Even with upper/lower case letters, numbers, and special characters can’t an 8 character password technically still be brute forced in like 10 minutes?

    • @[email protected]OP
      link
      fedilink
      English
      4
      edit-2
      7 months ago

      Yes, if you were using this as a key for a encrypted vaults with nuclear secrets, 8 wouldn’t be sufficient.

      But if your using this with online services that implement rate limiting, (or TPM, or Hardware security key), the rate limiting makes this sufficiently complex.

      So Bitwarden (rate limiting), hardware security key (something you have), and knowing how to read your password card (something you know). Gets you pretty far in terms of usable security.

      Nothing is stopping you from using 16, 32, 64 characters, you just have to come up with a system you like to read the card

      • @Dr_Evil
        link
        27 months ago

        Fair enough, all good points! Assuming you are using the 8 character columns as unique passwords, I guess this also promotes the use of different passwords for different accounts which is also a good practice!