changing the number of bcrypt rounds for password hashing

Hi,
I can't find out how to select the number of bcrypt rounds to use for password hashing on FreeBSD (yeah, and NetBSD too, for argon2id but it is irrelevant).
I have read the login.conf(5) manual page, but can't find something equivalent to OpenBSD's localcipher, which I can specify bcrypt,13
The passwd_format can only switch the password hashing algo to bcrypt with 04 rounds, not specifying the number of rounds I want.
bcrypt's main feature is changeable password hashing rounds, not sure if supported on FreeBSD?
 
Back
Top