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.
pull harder on the strings of your martyrdom in my ass
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.