Verifying randomness in PHP [Part 2]
·
How random is random_bytes() in PHP? Are you sure?
·
How random is random_bytes() in PHP? Are you sure?
·
How random is PHP’s random_int() function really?
·
I’m tired of lamenting the state of WordPress security and doing nothing to address it. I’m building solutions to turn the conversation around.
·
The impact of an improperly-secured Gearman server grows with the importance of the application using it.
·
Introducing a new, middleware-inspired session handler for PHP projects (not just WordPress) called Sessionz. It’s open source; take a look!
·
Along the lines of the argument to make code easier to understand for quick readers, I want to propose something a little less radical and just as useful for devs: Deprecate the magic `__construct()` function.
·
Global variables are bad, clutter your code, and can be a major stumbling project in terms of project maintainability. Don’t use them.
·
OOP doesn’t make much sense when we’re talking about a scripting language.
·
I wanted to take a moment to un-obfuscate a technique of mine for others so I can continue to use it in my code.
·
I advocate the proper use of Singletons, but that situations where Singletons are appropriate are few and far between.