this post was submitted on 17 Sep 2024
811 points (99.3% liked)

Memes

45190 readers
1402 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] ChiefSinner@lemm.ee 4 points 2 days ago* (last edited 2 days ago) (1 children)

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.

[โ€“] Rubanski@lemm.ee 5 points 2 days ago

So it would be : Passw,\nord ?