this post was submitted on 26 Jul 2025
882 points (99.0% liked)

Programmer Humor

26046 readers
2294 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Scrappy@feddit.nl 13 points 1 month ago (1 children)

Security through obscurity never works.

[–] ConstantPain@lemmy.world 12 points 1 month ago (1 children)

It's not security through obscurity in this case. The filenames can't be obtained or guessed through brute force. At least not with current technology or processing power...

Security through obscurity is when you hide implementation details.

Saying that my suggestion is security through obscurity is the same as telling that ASLR is security through obscurity...

[–] Scrappy@feddit.nl 1 points 1 month ago

Until the psuedo random UUID generator can be reverse engineered. Makes me think of this video: https://youtu.be/o5IySpAkThg

Anyway, I think we're on the same wavelength and both agree that the implementation as is isn't production-ready to say the least ;)