this post was submitted on 28 Oct 2024
505 points (98.3% liked)

Programming Humor

2757 readers
18 users here now

Related Communities !programmerhumor@lemmy.ml !programmer_humor@programming.dev !programmerhumor@kbin.social !programming_horror@programming.dev

Other Programming Communities !programming@beehaw.org !programming@programming.dev !programming@lemmy.ml !programming@kbin.social !learn_programming@programming.dev !functional_programming@programming.dev !embedded_prog@lemmy.ml

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] mlg@lemmy.world 17 points 2 months ago (1 children)

"We need to obfuscate our code to prevent reverse engineering"

The obfuscation in question:

[–] Wrench@lemmy.world 5 points 2 months ago (1 children)

We affectionately called it "subscurity" on the FE team.

When our BE apis would not give us any information why something failed, nor would they give us access to their logs. Complete black box of undocumented doodoo, and they would proudly say "security through obscurity" every time we asked why they couldn't make improvements to usability.

[–] frezik@midwest.social 4 points 2 months ago

You must have been working with the Redditors who told me that avoiding the use of JavaScript's eval() to parse JSON was a false sense of security.