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

Programming Humor

2615 readers
10 users here now

Related Communities [email protected] [email protected] [email protected] [email protected]

Other Programming Communities [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 17 points 1 week ago (1 children)

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

The obfuscation in question:

[–] [email protected] 6 points 1 week 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.

[–] [email protected] 4 points 1 week 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.