Browsing Tag
security
167 posts
Build Your First Password Cracker
Disclaimer This article is solely for educational purposes. The techniques discussed herein should not be used for unlawful…
Secure your API with these 16 Practices with Apache APISIX – part 2
Last week, we listed 16 practices to help secure one’s APIs and described how to implement them with…
SSO vs. Identity Federation: Optimizing Authentication for Modern Enterprises
In today’s interconnected digital ecosystem, businesses are constantly seeking efficient and secure solutions to manage user authentication across…
GitHub Security Best Practices Every Developer Should Know
Introduction GitHub has emerged as the leading platform over the years for collaboration and sharing codes with the…
Cybersecurity basics: security mindset
Hello! Recently, I was invited to give a presentation on cybersecurity to a group of young developers at…
The CORS Conundrum
If you’re a back end developer you must have been in a position where the API you wrote…
Authorization and Authentication in Django
Introduction: Django, the high-performance web framework for Python, offers a comprehensive suite of tools for handling user authentication…
Securing Docker Images: A Comprehensive Guide to Integrating Docker Scout in GitHub Workflow
“Docker Images are SECURE by default” – That’s a misconception! In today’s software development landscape, where speed and…
Photon Lockdown | HackTheBox Write-up
Introduction This challenge is fairly simple. What we mainly needed to do was figure out the filetype of…
Securing Your App: TOTP Authentication with Spring Boot and Angular — Part One — Overview & Project Setup
What is TOTP? TOTP stands for Time-based One-Time Passwords and is a common form of two factor authentication…