6 ms·
"one ought to design systems under the assumption that the enemy will immediately gain full familiarity with them" - Claude Shannon https://en.wikipedia.org/wi
by merelydev 3mo ago
"one ought to design systems under the assumption that the enemy will immediately gain full familiarity with them" - Claude Shannon
https://en.wikipedia.org/wiki/Kerckhoffs%27s_principle https://en.wikipedia.org/wiki/Kerckhoffs%27s_principle
- grayhatter 3mo agoIf you believe this, then why did you say? > starting to think security through obscurity might not be a bad thing
- merelydev 3mo agoBecause of asymmetric differences, I don't have access to powerful LLMs but attackers might. And also the complexities of software dependencies (supply chain vulnerabilities), my software depends on packages not in my control and I don't have time to audit the entire stack.
- asadotzler 3mo agoPerhaps the answer is to depend only on packages that come from people that are more competent than you so you can know if or when your program is compromised that it'll most likely be your fault and not theirs.