We're aware that some users are experiencing technical issues which the team are working to resolve. See the Community Noticeboard for more info. Thank you for your patience.
📨 Have you signed up to the Forum's new Email Digest yet? Get a selection of trending threads sent straight to your inbox daily, weekly or monthly!

Where is the safest place to save all my pin numbers and passwords?

Options
12346

Comments

  • Barkin
    Barkin Posts: 764 Forumite
    500 Posts Second Anniversary Name Dropper
    masonic said:
    masonic said:
    pafpcg said:
    +1 for a password manager for this sort of thing. Make sure you use a very strong master password + 2FA on it to protect the contents. Since you don't need to memorise the individual passwords apart from the master one, I then make sure to use the longest fully random alpha-numeric + symbol password that each site allows. It's a bit of a game for me to see how long I can make them. The longest password I have is a 4096 character one :D
    Hmmm, you might think your password is 4096 characters....
    It's not unknown for systems to simply truncate a password to a more easily hashed value - how would you know?  Have you tried supplying that system with just the first 4095 characters and checking it's rejected?
    Not unheard of, and something I've experienced. Far more common, and considered best practice, is to hash the password to a constant bit length. Meaning there is no additional security obtained through the use of a more complex password than the resultant hash. 256-bit is very common, corresponding to approx 32 characters (upper and lower alphanumeric + symbols). Some extra padding can help counter predictability, but anything over 100 would seem overkill. I've not got any longer than 64 (complex) chars
    I agree it's probably overkill, but if they let me use a password of that length and there's no downside to doing so, then I'm going to use long passwords. If anything it only serves to future proof myself when they inevitably increase their security requirements.

    Then there is the ever more common practice of asking for 3 random characters from the password, 
    Is this really becoming more common?

    I regularly get asked for random characters from an answer to a security question/phrase etc, but never from a password.
  • masonic
    masonic Posts: 27,126 Forumite
    Part of the Furniture 10,000 Posts Photogenic Name Dropper
    edited 29 May at 10:28AM
    Barkin said:
    masonic said:
    masonic said:
    pafpcg said:
    +1 for a password manager for this sort of thing. Make sure you use a very strong master password + 2FA on it to protect the contents. Since you don't need to memorise the individual passwords apart from the master one, I then make sure to use the longest fully random alpha-numeric + symbol password that each site allows. It's a bit of a game for me to see how long I can make them. The longest password I have is a 4096 character one :D
    Hmmm, you might think your password is 4096 characters....
    It's not unknown for systems to simply truncate a password to a more easily hashed value - how would you know?  Have you tried supplying that system with just the first 4095 characters and checking it's rejected?
    Not unheard of, and something I've experienced. Far more common, and considered best practice, is to hash the password to a constant bit length. Meaning there is no additional security obtained through the use of a more complex password than the resultant hash. 256-bit is very common, corresponding to approx 32 characters (upper and lower alphanumeric + symbols). Some extra padding can help counter predictability, but anything over 100 would seem overkill. I've not got any longer than 64 (complex) chars
    I agree it's probably overkill, but if they let me use a password of that length and there's no downside to doing so, then I'm going to use long passwords. If anything it only serves to future proof myself when they inevitably increase their security requirements.

    Then there is the ever more common practice of asking for 3 random characters from the password, 
    Is this really becoming more common?

    I regularly get asked for random characters from an answer to a security question/phrase etc, but never from a password.
    I wouldn't make a distinction between passwords, PINs, and "security questions". They are all a single factor and different providers use them interchangeably. If a provider asks for one "something you know" in full and then random characters of another "something you know" to log in, then they are engaging in this practice.
    I've seen a few instances of providers who used to ask for the details in full, changing without warning to the "random characters from" approach, but none going from partial to full. An account I set up within the last month asked me to create a password, that there was no indication would not be requested in full. However, when it came to logging in, they asked for random characters. I don't recall which bank or BS, but next time I encounter it I will need to store it in a form that is easier for random character entry.
    There is then a trend to replace passwords with one-time codes, leaving security questions as the only "something you know" line of defence.
  • flaneurs_lobster
    flaneurs_lobster Posts: 6,420 Forumite
    Sixth Anniversary 1,000 Posts Photogenic Name Dropper
    edited 29 May at 12:09PM
    Barkin said:
    masonic said:
    masonic said:
    pafpcg said:
    +1 for a password manager for this sort of thing. Make sure you use a very strong master password + 2FA on it to protect the contents. Since you don't need to memorise the individual passwords apart from the master one, I then make sure to use the longest fully random alpha-numeric + symbol password that each site allows. It's a bit of a game for me to see how long I can make them. The longest password I have is a 4096 character one :D
    Hmmm, you might think your password is 4096 characters....
    It's not unknown for systems to simply truncate a password to a more easily hashed value - how would you know?  Have you tried supplying that system with just the first 4095 characters and checking it's rejected?
    Not unheard of, and something I've experienced. Far more common, and considered best practice, is to hash the password to a constant bit length. Meaning there is no additional security obtained through the use of a more complex password than the resultant hash. 256-bit is very common, corresponding to approx 32 characters (upper and lower alphanumeric + symbols). Some extra padding can help counter predictability, but anything over 100 would seem overkill. I've not got any longer than 64 (complex) chars
    I agree it's probably overkill, but if they let me use a password of that length and there's no downside to doing so, then I'm going to use long passwords. If anything it only serves to future proof myself when they inevitably increase their security requirements.

    Then there is the ever more common practice of asking for 3 random characters from the password, 
    Is this really becoming more common?

    I regularly get asked for random characters from an answer to a security question/phrase etc, but never from a password.
    Natwest/RBS do this when logging into Digital Banking.

    masonic said:

     An account I set up within the last month asked me to create a password, that there was no indication would not be requested in full. However, when it came to logging in, they asked for random characters. I don't recall which bank or BS, but next time I encounter it I will need to store it in a form that is easier for random character entry.
    Probably not a reason on it's own to use it but Bitwarden has a useful display option for passwords that displays the character positions in the string together with the values. 

    Looks like an old-school hex dump.*



    * if you know, you know.
  • PRAISETHESUN
    PRAISETHESUN Posts: 4,843 Forumite
    Sixth Anniversary 1,000 Posts Photogenic Name Dropper
    Barkin said:
    masonic said:
    masonic said:
    pafpcg said:
    +1 for a password manager for this sort of thing. Make sure you use a very strong master password + 2FA on it to protect the contents. Since you don't need to memorise the individual passwords apart from the master one, I then make sure to use the longest fully random alpha-numeric + symbol password that each site allows. It's a bit of a game for me to see how long I can make them. The longest password I have is a 4096 character one :D
    Hmmm, you might think your password is 4096 characters....
    It's not unknown for systems to simply truncate a password to a more easily hashed value - how would you know?  Have you tried supplying that system with just the first 4095 characters and checking it's rejected?
    Not unheard of, and something I've experienced. Far more common, and considered best practice, is to hash the password to a constant bit length. Meaning there is no additional security obtained through the use of a more complex password than the resultant hash. 256-bit is very common, corresponding to approx 32 characters (upper and lower alphanumeric + symbols). Some extra padding can help counter predictability, but anything over 100 would seem overkill. I've not got any longer than 64 (complex) chars
    I agree it's probably overkill, but if they let me use a password of that length and there's no downside to doing so, then I'm going to use long passwords. If anything it only serves to future proof myself when they inevitably increase their security requirements.

    Then there is the ever more common practice of asking for 3 random characters from the password, 
    Is this really becoming more common?

    I regularly get asked for random characters from an answer to a security question/phrase etc, but never from a password.
    In my experience this is purely a UK thing, and seems to be primarily related to online banking login systems. I've never seen it anywhere else.
  • EarthBoy
    EarthBoy Posts: 3,207 Forumite
    Part of the Furniture 1,000 Posts Name Dropper
    edited 29 May at 4:43PM
    Barkin said:
    masonic said:
    masonic said:
    pafpcg said:
    +1 for a password manager for this sort of thing. Make sure you use a very strong master password + 2FA on it to protect the contents. Since you don't need to memorise the individual passwords apart from the master one, I then make sure to use the longest fully random alpha-numeric + symbol password that each site allows. It's a bit of a game for me to see how long I can make them. The longest password I have is a 4096 character one :D
    Hmmm, you might think your password is 4096 characters....
    It's not unknown for systems to simply truncate a password to a more easily hashed value - how would you know?  Have you tried supplying that system with just the first 4095 characters and checking it's rejected?
    Not unheard of, and something I've experienced. Far more common, and considered best practice, is to hash the password to a constant bit length. Meaning there is no additional security obtained through the use of a more complex password than the resultant hash. 256-bit is very common, corresponding to approx 32 characters (upper and lower alphanumeric + symbols). Some extra padding can help counter predictability, but anything over 100 would seem overkill. I've not got any longer than 64 (complex) chars
    I agree it's probably overkill, but if they let me use a password of that length and there's no downside to doing so, then I'm going to use long passwords. If anything it only serves to future proof myself when they inevitably increase their security requirements.

    Then there is the ever more common practice of asking for 3 random characters from the password, 
    Is this really becoming more common?

    I regularly get asked for random characters from an answer to a security question/phrase etc, but never from a password.
    Natwest/RBS do this when logging into Digital Banking.
    Lloyds, Halifax, TSB, and Nationwide also do it to access their online banking, as well as their apps, unless you use biometrics. 
  • flopsy1973
    flopsy1973 Posts: 697 Forumite
    Part of the Furniture 500 Posts Name Dropper
    I have mine saved on Google password manager on my account is this not safe enough ?
  • masonic
    masonic Posts: 27,126 Forumite
    Part of the Furniture 10,000 Posts Photogenic Name Dropper
    I have mine saved on Google password manager on my account is this not safe enough ?
    That is adequate, but poses a risk if your Google account is ever compromised, so you should make sure that it's well locked down.
  • Eyeful
    Eyeful Posts: 935 Forumite
    Fourth Anniversary 500 Posts Name Dropper
     flopsy1973 said:
    I have mine saved on Google password manager on my account is this not safe enough ?
    Will from what I read, the experts do not recommend this. They say it is better to use a dedicated PWM.
    Examples are:
    Bitwarden (free)
    Password XC (free)
    1Password (paid)
  • masonic
    masonic Posts: 27,126 Forumite
    Part of the Furniture 10,000 Posts Photogenic Name Dropper
    Eyeful said:
     flopsy1973 said:
    I have mine saved on Google password manager on my account is this not safe enough ?
    Will from what I read, the experts do not recommend this. They say it is better to use a dedicated PWM.
    Examples are:
    Bitwarden (free)
    Password XC (free)
    1Password (paid)
    Keepass XC?
  • mon3ysav3r
    mon3ysav3r Posts: 56 Forumite
    10 Posts Name Dropper Photogenic
    masonic said:
    Eyeful said:
     flopsy1973 said:
    I have mine saved on Google password manager on my account is this not safe enough ?
    Will from what I read, the experts do not recommend this. They say it is better to use a dedicated PWM.
    Examples are:
    Bitwarden (free)
    Password XC (free)
    1Password (paid)
    Keepass XC?
    Probably, I have been using KeePass XC on MacOS (Intel and Arm) and Windows for 7 years or so, it does exactly what I need it to do - I'll have to trust the boffins that it is actually difficult to crack, but it is running on a laptop that you have to log into, and it has an encrypted hard disk - so probably sufficient!
Meet your Ambassadors

🚀 Getting Started

Hi new member!

Our Getting Started Guide will help you get the most out of the Forum

Categories

  • All Categories
  • 350.8K Banking & Borrowing
  • 253K Reduce Debt & Boost Income
  • 453.4K Spending & Discounts
  • 243.7K Work, Benefits & Business
  • 598.5K Mortgages, Homes & Bills
  • 176.8K Life & Family
  • 257K Travel & Transport
  • 1.5M Hobbies & Leisure
  • 16.1K Discuss & Feedback
  • 37.6K Read-Only Boards

Is this how you want to be seen?

We see you are using a default avatar. It takes only a few seconds to pick a picture.