LoginRadius / csharp-password-hash

.NET standard library to secure the passwords using multiple hashing algorithms.
MIT License
9 stars 13 forks source link

Add per password salt length configuration #40

Open pctimhk opened 8 months ago

pctimhk commented 8 months ago

To improve the password hash security, hash configuration will allow to configure per password salt length. If not set, per password salt length will use 8 length.