Not invented here syndrome

Cryptography can teach us a very important lesson about software; this is especially true about Kerckhoffs's principle. The principle states this:

"A cryptosystem should be secure even if everything about the system, except the key, is public knowledge."

This was reformulated by Claude Shannon in a form known as Shannon's Maxim:

"One ought to design systems under the assumption that the enemy will immediately gain full familiarity with them".

In layman's terms, in order to have a secure system, it shouldn't be secure just because no one knows how it's been implemented ("security through obscurity"). If you were to secure your money through obscurity, you'd bury it under a tree and hope no one would find it. Whereas, ...

Get Mastering PHP Design Patterns now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.