this post was submitted on 03 Nov 2025
1095 points (98.2% liked)

memes

17922 readers
2803 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/Ads/AI SlopNo advertisements or spam. This is an instance rule and the only way to live. We also consider AI slop to be spam in this community and is subject to removal.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 2 years ago
MODERATORS
top 50 comments
sorted by: hot top controversial new old
[–] Vitaly@feddit.uk 7 points 11 hours ago

I don't think they actually store any passwords, usually hashes are stored for better security. Of course not everyone does this so yeah thanks to Skeleton.

[–] wer2@lemmy.zip 9 points 14 hours ago

Jokes on me, the bank site doesn't allow for special characters and has a hard limit of 10 characters.

[–] EndOfLine@lemmy.world 42 points 20 hours ago (1 children)
[–] FosterMolasses@leminal.space 1 points 12 hours ago

Beat me to it.

[–] Quexotic 33 points 1 day ago* (last edited 1 day ago) (4 children)

Pass","words","Are","fun","\n

Fuck that csv All the way up.

[–] Manifish_Destiny@lemmy.world 6 points 20 hours ago* (last edited 20 hours ago) (2 children)

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.

[–] Tangent5280@lemmy.world 4 points 15 hours ago

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?

[–] Quexotic 1 points 15 hours ago

Yup. Tis a joke.

load more comments (3 replies)
[–] joan@lemmy.world 22 points 1 day ago (1 children)

Add apostrophes to "commas" to mess with me

load more comments (1 replies)
[–] LittleBorat3@lemmy.world 5 points 22 hours ago

That's why I use "" to escape the commas.

[–] brownsugga@lemmy.world 161 points 1 day ago (6 children)

fun fact, "commas" does not require an apostrophe

[–] a14o@feddit.org 67 points 1 day ago

Single quotes are another great way to mess with unsanitized data input though

load more comments (5 replies)
[–] slazer2au@lemmy.world 231 points 1 day ago (8 children)

Use EICAR test strings as passwords so when the password is stored as plain text the antivirus software will delete the file.

[–] Valmond@lemmy.world 128 points 1 day ago (2 children)

Dude makes a whole binary of a virus his password.

[–] slazer2au@lemmy.world 63 points 1 day ago (1 children)

Doesn't have to be a binary file, toss the string in a txt file and the AV still throws a fit.

[–] sem@lemmy.blahaj.zone 9 points 1 day ago

According to wikipedia it has to be at the beginning of the test file or it won't work.

load more comments (1 replies)
[–] Orygin@sh.itjust.works 22 points 1 day ago (1 children)

Sadly it wouldn't work if found in a CSV file with other records:

According to EICAR's specification the antivirus detects the test file only if it starts with the 68-byte test string and is not more than 128 bytes long. As a result, antiviruses are not expected to raise an alarm on some other document containing the test string

load more comments (1 replies)
[–] Ekybio@lemmy.world 48 points 1 day ago (3 children)

What is an EICAR test string?

[–] Strider@lemmy.world 62 points 1 day ago (1 children)
[–] CaptainBlagbird@lemmy.world 71 points 1 day ago (2 children)

a computer file that was developed by the European Institute for Computer Antivirus Research (EICAR) and Computer Antivirus Research Organization to test the response of computer antivirus programs. Instead of using real malware, which could cause real damage, this test file allows people to test anti-virus software without having to use real malware.

load more comments (2 replies)
[–] Sabata11792@ani.social 35 points 1 day ago

X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*

load more comments (1 replies)
load more comments (5 replies)
[–] Fridgeratr@lemmy.dbzer0.com 53 points 1 day ago* (last edited 1 day ago) (6 children)

Don't add apostrophes to make words plural, that's not how it works.

Until next time

[–] RememberTheApollo_@lemmy.world 16 points 1 day ago* (last edited 1 day ago) (1 children)

They had to put a comma in there somewhere. Even of it was in the wrong place and upside down.

load more comments (1 replies)
[–] blockheadjt@sh.itjust.works 9 points 1 day ago (1 children)

How* it works

Until next time

[–] SkunkWorkz@lemmy.world 1 points 19 hours ago

It works like that in Dutch though. For example in Dutch the plural form for “baby” is “baby’s“

So the person who made this meme probably speaks Dutch.

load more comments (3 replies)
[–] SlurpingPus@lemmy.world 23 points 1 day ago (2 children)

Thanks to my password manager, commas are among the more tame characters that occur in my passwords.

[–] python@lemmy.world 3 points 20 hours ago (1 children)

Hm, now you're making me wonder how feasible it would be to use Emojis in my passwords...

[–] SlurpingPus@lemmy.world 2 points 17 hours ago

Should work alright if the server handles Unicode correctly, and isn't one of those ass sites that put restrictions on the password's length and composition. Hashing functions don't even care if you're feeding them raw binary.

load more comments (1 replies)
[–] grimpy@lemmy.myserv.one 80 points 1 day ago (1 children)

add apostrophes to your meme to reduce clarity

[–] Toldry@lemmy.world 1 points 17 hours ago

add apostrophes to your meme to increase engagemeot

[–] BilSabab@lemmy.world 1 points 17 hours ago

he's not wrong though.

[–] douglasg14b@lemmy.world 30 points 1 day ago (8 children)

CSV has standard escape sequences. This is pointless

See RFC-4180:

https://datatracker.ietf.org/doc/html/rfc4180

[–] FooBarrington@lemmy.world 17 points 1 day ago* (last edited 1 day ago)

That standard won't stop me because I can't read!

[–] BodilessGaze@sh.itjust.works 21 points 1 day ago (1 children)

CSV existed for over 30 years before RFC 4180. Excel, and countless other tools, have their own incompatible variants. Excel in particular is infamous for mangling separators when exporting to CSV.

[–] ChaoticNeutralCzech@feddit.org 22 points 1 day ago (1 children)

Fuck Excel's CSV handing. It differs by locale, silently. Imagine the thousands of people every year who patiently wait to import a multi-megabyte CSV from some instrument only to see garbage because their language uses the decimal comma and semicolon separator.

load more comments (1 replies)
load more comments (6 replies)
[–] Delusions@lemmy.dbzer0.com 97 points 1 day ago (8 children)

Add comma's

Add commas what?

Adding an apostrophe makes the s possessive

[–] snooggums@piefed.world 37 points 1 day ago (5 children)

The apostrophe is to announce that the next letter will be an 'S'!

load more comments (5 replies)
load more comments (7 replies)
[–] early_riser@lemmy.world 9 points 1 day ago* (last edited 10 hours ago)

It'll just get escaped by quotes.

EDIT: it might be a better idea to use non-ascii characters.

[–] muusemuuse@sh.itjust.works 7 points 1 day ago

Guys calm the fuck down. The point of this joke is not that you’ll be bulletproof a few in sort of a few commas and passwords every now and then. The point is that a lot of these guys use terrible scripts that do not parse data correctly and they dump all of this shit into large CSV files. One or two people put an errand, in there that it doesn’t expect and it fucks the whole thing sideways for the entire set everything after the asshole with the comma password gets fucked. People that know what they’re doing will be just fine with it, but scammers generally don’t know what the fuck they’re doing and they pass this data along over and over and over again it change his hands frequently. So there’s more chances for it to get fucked along the way.

[–] JeeBaiChow@lemmy.world 77 points 1 day ago (8 children)

Interesting... I wrote a gag comment about using an SQL injection as my password and crashed the Lemmy API. Using connect if that makes any difference.

[–] tetris11@feddit.uk 49 points 1 day ago (3 children)

noice! Did the '; DROP TABLE USERS;' respond?

load more comments (3 replies)
load more comments (7 replies)
[–] kryptonianCodeMonkey@lemmy.world 9 points 1 day ago* (last edited 1 day ago) (4 children)

Correct me if I'm wrong, but doesn't text with commas in it get put in double quotes in acsv file to avoid this exact thing?

Like if I had cells (1A: this contains no comma), (2B: this, contains a comma), and (3C: end of line), the csv file would store (this contains no comma,"this, contains a comma",end of line)

[–] patrick@lemmy.bestiver.se 14 points 1 day ago

Yes and no. Like yes, that can be true. But a lot of tools don’t handle commas correctly no matter how you escape them.

[–] Wolf314159@startrek.website 3 points 1 day ago

A CSV is just a long string of text with a few control characters tossed in for end lines. There are practically no rules enforced by the file type itself. You can dump that unsanitized and poorly awk'd data into whatever awful mess you want. Nobody's stopping you. Sure, excel will force it's CSV formatting rules on you when you export like a child's training wheels. But that's not relevant here.

load more comments (2 replies)
[–] sylver_dragon@lemmy.world 49 points 1 day ago (6 children)

Sadly, no. CSV files can deal with embedded commas via quoting or escaping. Given that most of the dumps are going to be put together and consumed via common libraries (e.g.python's csv module), that's all going to happen automagically.

load more comments (6 replies)
load more comments
view more: next ›