• ChiefSinner@lemm.ee
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    1 day ago

    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.