API keys are passwords.

Treat them as such. 3. Use a Secure Communication Channel The most common way to implement API security is through the use of HTTPS, which encrypts all traffic between users and the API endpoint usi ...

Continue Reading
If you’re using an API, make sure that it has rate limiting enabled.

Rate Limiting for the Win! So how do we prevent these issues? The first step is to implement rate-limiting on your APIs. Rate limiting can be implemented in many ways: by IP address, by user agent (b ...

Continue Reading
Companies are suffering more API attacks than ever, and companies remain as ill-prepared as ever.

The Salt Labs team today released the latest edition of the pioneering “State of API Security” report. The data, drawn from a combination of survey responses and empirical data from Salt Security cu ...

Continue Reading
The main idea is to use the same approach as in my previous post, but instead of using a simple hash function for hashing the data, I will use a cryptographic hash function.

The advantage of this approach is that it allows me to check if two pieces of data are identical or not without actually having to store them both. This means that I can avoid storing duplicate copies ...

Continue Reading
API security is a business imperative.

The API economy is growing at an unprecedented pace, and organizations are increasingly relying on APIs to drive innovation https://t.co/Eg46lu5tzq ...

Continue Reading
Attackers can exploit API endpoints vulnerable to broken object level authorization by using the same data attributes that are used in web applications.

The following example shows how an attacker could use a stolen user’s ID and password to access their bank account:  A malicious user steals a valid user’s credentials from a compromised website, ...

Continue Reading
API keys are passwords.

Treat them accordingly. 3. Require Transport Layer Security for All API Traffic While the use of HTTPS is a good first step, it’s not enough to protect all API traffic from eavesdropping and man-in ...

Continue Reading
I’m a software engineer at Google, and I wrote a book about Go.

I've been working on the Go team since before 1.0 shipped in March 2012. In that time we've released many new versions of the language, libraries, and tools; grown from a few dozen to hundreds of cont ...

Continue Reading

Back to Main

Subscribe for the latest news: