Below you will find pages that utilize the taxonomy term “Secure Coding”
Posts
We Need to Talk About ReDoS
ReDoS - the security threat that no-one knows about. At least that how it seems, every time I talk to developers about ReDoS and get blank looks. Or when the results of a code audit highlight a bunch of evil regular expressions.
We need to talk about ReDoS. In this post, I’ll explain what ReDoS actually is, and what developers can do about it.
What is ReDoS? So, what is a ReDoS attack?
read morePosts
What Security Level Do I Need?
This system provides 128-bit security level.
Ever seen a statement like this, and wondered what it meant?
When we talk about security level, we’re basically talking about the number of steps an attacker would need in order to break a cryptographic system. So taking the above statement, that means that any attack on that system would require at least 2128 steps.
Let’s take an example. Imagine an encryption system that uses a 128-bit key.
read morePosts
On the Importance of Easy to Use Cryptography APIs
I recently came across some code very similar to the below, a Lambda event handler implementing an encryption service:
read more