
Using Cryptography for Security in Django App
A tutorial on encrypting data on your Django app to secure it so that it cannot get compromised during an attack.
A tutorial on encrypting data on your Django app to secure it so that it cannot get compromised during an attack.
A tutorial for setting up Django, preparing for deployment, setting up a data management service, securing your application and deploying it.
A comprehensive description of different types of cross-site scripting of XSS attacks and ways to fortify your application against them.
A detailed explainer on source code auditing, its objectives and advantages, and its methods: dynamic, static, and manual analysis.
learn about the JWT tool that helps improve the security of web based communications and how to implement it in your PHP based applications.
Serverless is becoming commonplace but it also has its vulnerabilities. Here’s what you can do about it.
Learn how HTTP security headers can protect your web app. How to use HTTP Strict Transport Security, X-Frame-Options, Content Security Policy, & more.