Decrypt encrypted password.
- Parameters
-
| [in] | client_handle | Client handle from registration API |
| [in] | encryptedPw | Pointer to encrypted password string storage
- Buffer allocated size must be at least
- OPENAPI_ENCRYPTED_PASSWORD_SIZE
|
| [out] | decryptedPw | Pointer to dencrypted password string storage
- Buffer allocated size must be at least
- OPENAPI_DECRYPTED_PASSWORD_SIZE
|
- Note
- Use openapiPwLimitsGet to retrieve the values of OPENAPI_ENCRYPTED_PASSWORD_SIZE and OPENAPI_DECRYPTED_PASSWORD_SIZE
- Return values
-
| OPEN_E_NONE | if successful |
| OPEN_E_FAIL | if operation failed |
| OPEN_E_PARAM | if an invalid parameter was supplied |
OpEN API Version: 1.8
- Examples:
- pw_scramble_example.c.