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

memes

17927 readers
3567 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] python@lemmy.world 1 points 16 hours ago (2 children)

I.. I hope my passwords are hashed and salted long before they reach the server, so the way it handles unicode shouldn't affect it all that much. The logistical issue I was seeing with emojis was more that some of them look the same but have different Unicodes alltogether, so typing in the same emoji across devices might be tricky if their keyboards default to different codes.

[–] SlurpingPus@lemmy.world 1 points 16 hours ago* (last edited 8 hours ago)

Passwords are typically sent to the server and hashed there. I'm a bit hazy right now on the implications of client-side hashing, but it would likely present some security problems.

Edit: at the least, it would allow an attacker to use a leaked password database to log in to the sites, sidestepping the whole hashing thing.

There are protocols that send a hashed or encrypted password instead of plaintext, but they're more complex than just hashing. Iirc they involve a challenge-and-response method.

[–] madjo@feddit.nl 1 points 13 hours ago

Oooh hashed and SALTED! I kept peppering the passwords that get sent to my server. Now all I need is to clean up the mess and the mold that all those hash browns leave behind.