LoginRadius / csharp-password-hash

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

feat: add pbkdf2 algorithm #14

Closed DarthBenro008 closed 4 years ago

DarthBenro008 commented 4 years ago

Fixes #5

anilswm commented 4 years ago

@DarthBenro008 Please rebase your branch

DarthBenro008 commented 4 years ago

I have rebased my branch @anilswm :)

DarthBenro008 commented 4 years ago

I have made the requested changes @anilswm

anilswm commented 4 years ago

Thanks @DarthBenro008