Results 1 to 8 of 8

Thread: PSA on Passwords

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered Male (Not Verified)
    Join Date
    Aug 2021
    Location
    Between San Antonio and Corpus Christi
    Posts
    37

    PSA on Passwords

    Hya y'all, thought I'd share a 'pro tip' on passwords. If you're concerned about your credentials being compromised and bought/sold on the Dark Web, include a comma in your password. Why? These files of credentials are stored in what is called Comma Separated Value format (example.csv). These are organized in columns, with the information separated by commas. Example below:

    Userid, password, date_stolen
    JillydillyfromPhilly,Password1234,03/01/2024

    This reads as the userid is JillydillyfromPhilly, her password is "Password1234", and the date stolen was March 1 of this year.

    When you include a comma in your password, it screws up that record and the information becomes useless. Say that JillydillyfromPhilly changes her password to "Password1,234". If her credentials are hacked, the file would read

    JillydillyfromPhilly,Password1,234,03/01/2024 and be interpreted as

    Userid=JillydillyfromPhilly, password="Password1", and date stolen is now garbage.

    See how that works?

    You're welcome. Stay safe online!

    -p

  2. #2
    Verified Hobbyist BCD
    Join Date
    Aug 2018
    Posts
    381
    If only it were that simple.

    Commas are easily stored in CSV files by using quotes. In your example above, that information would be stored like this:
    JillydillyfromPhilly,"Password1,234",03/01/2024

  3. #3
    Registered Male (Not Verified)
    Join Date
    Aug 2021
    Location
    Between San Antonio and Corpus Christi
    Posts
    37
    Quote Originally Posted by Transylvania Count View Post
    If only it were that simple.

    Commas are easily stored in CSV files by using quotes. In your example above, that information would be stored like this:
    JillydillyfromPhilly,"Password1,234",03/01/2024
    Yes, true, but not everyone knows to do that. It's still a good practice, albeit not foolproof.

  4. #4
    Registered Male (Not Verified)
    Join Date
    Sep 2023
    Posts
    8
    A better practice is to use different complex passwords for every site and change them often. If you use the same password and email everywhere, your accounts are only as secure as the least secure site. I'd recommend a password manager like 1password, last pass, bit warden, etc to manage a password list.

    Using a special character in a password is a good idea, but I don't see a comma doing much since as mentioned text qualifiers are a pretty standard practice.

  5. #5
    Verified Hobbyist BCD Lovinglifeinaustin's Avatar
    Join Date
    May 2018
    Location
    West of Weird 20 miles from Austin
    Posts
    4,247
    Use long pass phrases with special characters.

    Check out this chart that shows how long it takes a computer program to crack passwords.

    IMG_3863.png

    We can buy password cracker apps off the interwebz. I bought one last year to recover a file whose password I had forgotten. Did not take long.

    James
    Loving life in Austin



  6. #6
    Registered Male (Not Verified)
    Join Date
    Nov 2021
    Location
    ATX
    Posts
    234
    That's scary.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •