Open Closed

What algorithm is used for password hashing? #5394


User avatar
0
alex@livemobility.com created
  • ABP Framework version: 5.3.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no

Hello abp team,

Could you tell us what hashing algorithm is used for abp stored passwords?

Thank you Alex Maiereanu


3 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    We use ASP NET Core Identity, which uses the HMACSHA512.

    https://github.com/dotnet/aspnetcore/blob/release/7.0/src/Identity/Extensions.Core/src/PasswordHasher.cs#L141

  • User Avatar
    0
    alex@livemobility.com created

    Hi,

    Thanks for the answer. Can you please confirm that abp 5.3.2 is using V3 hashing?

    Thanks Alex

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Yes

    https://github.com/dotnet/aspnetcore/blob/main/src/Identity/Extensions.Core/src/PasswordHasherOptions.cs#L21

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.2.0-preview. Updated on March 13, 2025, 04:08