BcryptNet / bcrypt.net

BCrypt.Net - Bringing updates to the original bcrypt package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How many rounds is the default for this library?

37devv opened this issue · comments

commented

Hi all
On this page https://bcrypt-generator.com/ there are 12 rounds of encryption.
What is the default for this library?
In the readme, there is this sentence: This implementation on hashing will generate a salt automatically for you with the work factor (2^number of rounds) set to 10
is this the cost for hashing also or only for the creation of a salt?