Skip to main content
Tag

hashing

All blogs tagged with hashing

8
Articles
1,178
Total Views

Showing 8 of 8 articles

06
Jun
2026
CWE-829: Securing Third-Party Scripts and CDN Resources in ASP.NET Core with SRI
83 views

In this post, you will learn how to secure third-party scripts and resources loaded from CDNs in ASP.NET Core applications using Subresource Integrity (SRI). Understanding SRI is crucial for safeguarding your application against malicious modifications to external scripts, which can lead to security vulnerabilities. Before diving in, familiarity with ASP.NET Core, CDN usage, and basic security principles is beneficial.

03
Jun
2026
CWE-312: Preventing Cleartext Storage of Passwords and Tokens in ASP.NET Core
78 views

This article delves into the critical importance of preventing cleartext storage of passwords and tokens in ASP.NET Core applications. Understanding and implementing secure storage practices is vital for protecting user data and maintaining application integrity. Readers should have a basic understanding of ASP.NET Core and cryptography concepts to fully grasp the content.

02
Jun
2026
CWE-522: Implementing Secure Password Hashing in ASP.NET Core Identity with PBKDF2 and BCrypt
108 views

This article provides an exhaustive guide on implementing secure password hashing in ASP.NET Core Identity using PBKDF2 and BCrypt. Understanding these hashing algorithms is crucial for protecting user credentials and ensuring application security. Readers should have a basic knowledge of ASP.NET Core and identity management concepts.

28
Apr
2026
CWE-327: Replacing Weak Cryptography in ASP.NET Core with SHA-256 and AES
97 views

This post delves into the critical importance of replacing weak cryptographic algorithms such as MD5 and SHA-1 with stronger alternatives like SHA-256 and AES in ASP.NET Core applications. Understanding these concepts is vital for securing sensitive data and maintaining compliance with modern security standards. Readers should be familiar with basic cryptography principles and ASP.NET Core framework fundamentals.

24
Mar
2026
Understanding CWE-287: Improper Authentication and Its Mitigation Strategies
168 views

In this comprehensive guide, readers will explore the intricacies of CWE-287, focusing on common authentication weaknesses and effective fixes. Understanding these vulnerabilities is crucial for securing applications and protecting sensitive user data. Prior knowledge of web application security concepts and basic programming principles will enhance the learning experience.

21
Mar
2026
Understanding CWE-312: Best Practices for Secure Data Storage and Sensitive Information Management
302 views

This blog post delves into CWE-312, focusing on the critical importance of avoiding cleartext storage of sensitive information. Readers will learn about secure data storage practices, real-world implications, and how to implement secure solutions effectively. A foundational understanding of data security concepts and programming is recommended to fully grasp the content.

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