After you've already established security, you can add obscurity (without compromising security) on top for an even bigger gain in security overall. But you can't do obscurity in place of security.
Technology
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
Yes, that's what the article says
Security through obscurity is a good thing to have, but a bad thing to rely on.
/s Technically speaking you rely on it any time you set a password, just saying...
Always apply your ROT13 twice to make it stronger!
That’s rookie numbers. You gotta pump those up. Go for 2048 times ROT13, or optimize by going 1024 times ROT26. Fully optimized, 512 times ROT52 is the best.
Hm. I'm not sure. Which AI has told you that?
It adds nothing and takes effort.
Seems bad to me.
I'm not a SQL wizard and I'm typing from my phone but couldn't you just do something like,
select name from sys.tables where name like 'wp%users'
To get the table of WordPress users, then do whatever bad things you want to it?
I get that that's an extra step, and I suppose in the example even though "best practice" is to add random characters, if everyone knows that, then best practice for bad people scripts would probably be to add an extra query.
But my real point is more about adding obfuscation for your developers and server owners. If you're making their jobs harder for no benefit, is it a good change?
I also wonder about adding obfuscation and it causing issues when debugging.
I think adding obfuscation is fine, but it's important to be careful when it comes to your developers and debugging.