Algorithm (OneOf)#

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

Choose one and only one of the algorithms to use with the credential-manager

Subsections#

NameTypeDescription
plaintext SectionSpecifies that the input will be matched verbatim without without any transformation
BCrypt SectionNone
phpass SectionMD5-based salted and variable iteration count password hashes
Sha2WithSha256 SectionNone
Sha2WithSha512 SectionNone
PBKDF2 SectionPBKDF2 algorithm as defined in https://www.ietf.org/rfc/rfc2898.txt, using ‘Modular Crypt Format’ as the encoding format
credential-transformation-procedure SectionSpecifies that a procedure should be used to transform the credential

Was this helpful?