Skip to main content
Tag

user authentication

All blogs tagged with user authentication

10
Articles
50,958
Total Views

Showing 10 of 10 articles

02
Jun
2026
CWE-522: Implementing Secure Password Hashing in ASP.NET Core Identity with PBKDF2 and BCrypt
100 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.

21
Mar
2026
Understanding CWE-312: Best Practices for Secure Data Storage and Sensitive Information Management
298 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.

05
May
2024
How to Integrate Google Sign in Asp.net Core 8.0
8,037 views

Hello everyone, in today's digital landscape, integrating Google authentication login using Google API has become increasingly essential. In this article, we will delve into the process of seamlessly integrating Google SignIn into Asp.Net Core 8.0, the latest framework in the .NET Core ecosystem. Let's explore how to streamline user authentication and elevate the security standards of your web applications by Integrating Google SignIn in Asp.Net Core 8.0.

Translate Page