Skip to main content
Tag

identity management

All blogs tagged with identity management

2
Articles
10,500
Total Views

Showing 2 of 2 articles

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

Translate Page