you are viewing a single comment's thread
view the rest of the comments
[–] 52 points 2 years ago (4 children)

i like putting a comma in the middle of my password so when they export it out in csv, it separates the password into a new line and probably messes everyone of their passwords on that list from then on.

  • source
  • hideshow 8 child comments
  • [–] 5 points 2 years ago (1 child)
  • [–] 5 points 2 years ago* (1 child)

    typically, password lists/hashes are exported out to csv (comma seperated value) because the lists are generally long and the file is too large to open in any other table format that isnt ascii.

    Adding a comma will seperate the password into a new column. However, as @ShortFuse@lemmy.world pointed out, you need to use \n for a new line.

  • source
  • parent
  • hideshow 2 child comments