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#

NameTypeRequiredDefaultDescription
iteration-countuint32optional600000The iteration count provided to the PBKDF2 algorithm, sometimes also referred as rounds
salt-lengthuint16optional32The salt size in bytes
prfenumerationoptionalhmac-sha-256The PRF (pseudo random function) to use

Was this helpful?