Class SimplePasswordHasher
Password hasher implementation using SHA256 + salt.
Implements IPasswordHasher interface for DI.
FUTURE: Replace with BCrypt for better security.
public class SimplePasswordHasher : IPasswordHasher
Inheritance
Implements
Methods
VerifyPassword(string, string)
Verify password against stored hash.
public bool VerifyPassword(string password, string hashedPassword)