Bcrypt (Section)#
Path: /processing/credential-managers/credential-manager{id}/BCrypt
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| cost | uint32 | optional | 10 | Specifies 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. |