How to sign your message with HMAC + SHA256 in Python and Java
A simple way to secure your APIs by signing requests with HMAC and SHA256, shown in both Python and Java.
Read post6 posts
A simple way to secure your APIs by signing requests with HMAC and SHA256, shown in both Python and Java.
Read postWhen GitLab's 2FA breaks and locks you out, here's how I disable it from the Rails console.
Read postWhy I moved from JWT to PASETO in Spring Boot, and the small amount of code it took.
Read postHit the SSH 'no mutual signature algorithm' error? Here's how I switch from RSA to ED25519.
Read postHow I wire up JWT auth in a Spring Boot WebFlux app, step by step, with the actual code.
Read postWhy a security scan flags the HTTP OPTIONS method, and how I turn it off in Tomcat.
Read post