Bcrypt (Section)#

Path: /processing/credential-managers/credential-manager{id}/BCrypt

Parameters#

NameTypeRequiredDefaultDescription
costuint32optional10Specifies the key expansion iteration count as a power of two. For example, cost 10, indicates 2^10 key expansion rounds. Keep in mind that increasing the cost will greatly increase the complexity and the processing time when creating or validating passwords.

Was this helpful?