▲ 836 ▼ (lemmy.ml) submitted 2 years ago by UltraGiGaGigantic@lemmy.ml to c/memes@lemmy.ml 24 comments fedilink hide all child comments
[–] Rubanski@lemm.ee 5 points 2 years ago (1 child) Does this actually work? permalink fedilink source parent hideshow 2 child comments replies: [–] ChiefSinner@lemm.ee 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. permalink fedilink source parent hideshow 2 child comments replies: [–] Rubanski@lemm.ee 6 points 2 years ago So it would be : Passw,\nord ? permalink fedilink source parent
[–] ChiefSinner@lemm.ee 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. permalink fedilink source parent hideshow 2 child comments replies: [–] Rubanski@lemm.ee 6 points 2 years ago So it would be : Passw,\nord ? permalink fedilink source parent
[–] Rubanski@lemm.ee 6 points 2 years ago So it would be : Passw,\nord ? permalink fedilink source parent