I think Python csv would save that as "Pass\",\"words\",\"Are\",\"fun\",\"\\n" and then it would be read by Excel / LibreOffice / Python csv as expected.
A perspective from someone who red teams for a living:
If I encounter a password like that, I’m probably going to pay special attention to your account among the millions.
Commas dont stop most people from being weak to password permutations either.
If you’re manually checking the 12 million username password pairs in the leaked database you aren’t really going to breach many accounts before people update their passwords, are you?
Pass",“words”,“Are”,“fun”,"\n
Fuck that csv All the way up.
I think Python
csvwould save that as"Pass\",\"words\",\"Are\",\"fun\",\"\\n"and then it would be read by Excel / LibreOffice / Pythoncsvas expected.A perspective from someone who red teams for a living:
If I encounter a password like that, I’m probably going to pay special attention to your account among the millions. Commas dont stop most people from being weak to password permutations either.
If you’re manually checking the 12 million username password pairs in the leaked database you aren’t really going to breach many accounts before people update their passwords, are you?
Yup. Tis a joke.
What if it’s exported as a tsv?
Then I’m f’d because it’s really hard to enter tabs in most password text fields.
Depending on the Interface, its gonna be CSV or more likely txt for burp or cred tools.