Pbkdf2 (Section)#
Path: /processing/credential-managers/credential-manager{id}/PBKDF2
PBKDF2 algorithm as defined in https://www.ietf.org/rfc/rfc2898.txt, using ‘Modular Crypt Format’ as the encoding format
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| iteration-count | uint32 | optional | 600000 | The iteration count provided to the PBKDF2 algorithm, sometimes also referred as rounds |
| salt-length | uint16 | optional | 32 | The salt size in bytes |
| prf | enumeration | optional | hmac-sha-256 | The PRF (pseudo random function) to use |