> Can you make the rounds (cost factor) available as a parameter (perhaps as > a global) ? > That would be quite important to use the library correctly. >
Default rounds: o) golang - 10 o) pybcrypt - 12 o) openbsd root - 9 o) openbsd user - 8 Implementation was already "broken": o) no base64 o) no rounds o) no compatibility with others implementations o) lists only Its so simple to change (increase?) hard-coded value and go forward. User dont want *store* and pass rounds to function. The only correct way to *use* library is to implement all himself. Mike