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#
| Name | Type | Description |
|---|---|---|
| plaintext | Section | Specifies that the input will be matched verbatim without without any transformation |
| BCrypt | Section | None |
| phpass | Section | MD5-based salted and variable iteration count password hashes |
| Sha2WithSha256 | Section | None |
| Sha2WithSha512 | Section | None |
| PBKDF2 | Section | PBKDF2 algorithm as defined in https://www.ietf.org/rfc/rfc2898.txt, using ‘Modular Crypt Format’ as the encoding format |
| credential-transformation-procedure | Section | Specifies that a procedure should be used to transform the credential |