this post was submitted on 18 Jul 2025
325 points (96.8% liked)

memes

16266 readers
3292 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/AdsNo advertisements or spam. This is an instance rule and the only way to live.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] jaybone@lemmy.zip 3 points 6 hours ago* (last edited 6 hours ago) (1 children)

Now that I’m thinking about this it’s bugging me too. If they are passing it to shell scripts maybe it’s interpreted as a comment? Some databases like Oracle use # to separate schema prefix from schema user and table name in a query? But none of those would really make sense here 🤷

EDIT they are storing it in plain text, with other values using # as a delimiter? lol

[–] Dave@lemmy.nz 1 points 5 hours ago (1 children)

I considered database stuff, but my password shouldn't go anywhere near the database!

If they are storing it as plain text in this day and age, then there is no hope for the human race 🤦

[–] ViatorOmnium@piefed.social 4 points 5 hours ago (1 children)

"Shouldn't" and "won't" are too very different words. There are plenty of shitty programmers out there, and they tend to band together. And now you have vibe coders on top.

[–] Dave@lemmy.nz 2 points 4 hours ago (1 children)

Based on the place (a supermarket rewards card), I'm assuming legacy code. But you're right, the most likely answer is it's shitty legacy code.

[–] trxxruraxvr@lemmy.world 1 points 28 minutes ago

Doesn't even have to be legacy, some programmers are just completely unaware of the concept of security. I've seen services where the forgot password functionality would send your existing password back to you in plaintext.