Skip to main content
Tag

credentials

All blogs tagged with credentials

3
Articles
379
Total Views

Showing 3 of 3 articles

03
Jun
2026
CWE-311: Securely Encrypting Sensitive Data at Rest Using ASP.NET Core Data Protection API
73 views

This article will guide you through the intricacies of encrypting sensitive data at rest using the Data Protection API in ASP.NET Core, a vital step for maintaining data confidentiality and integrity. Understanding these concepts is crucial for developers who handle sensitive information like user credentials and personal data. A solid grasp of ASP.NET Core and C# is recommended to fully benefit from the examples and explanations provided.

19
Mar
2026
CWE-522: Insufficiently Protected Credentials - Secure Password Storage with Hashing
135 views

This post delves into CWE-522, focusing on the importance of secure password storage using hashing techniques. Understanding how to protect user credentials is critical for building secure applications and preventing data breaches. Readers should have a basic understanding of programming concepts and security principles.

Translate Page