Question
Merkle
CA
Last activity: 27 Apr 2016 10:41 EDT
How to Decrypt and compare Pega Operator ID password values
I have a requirement to compare the password values of an Incoming Request with User parameters (UID, pwd) against the corresponding values on the Pega Operator ID instance.
Pega Operator ID password value is encrypted, using MD5 hash, the first time the instance is persisted in Database. Thereafter I believe that hash map value is available whenever retrieved and read.
I am looking for a OOTB function or activity etc that can perform this compare of { incoming clear text pwd with Decrypted (encrypted Operator ID pwd) } and return the result. Result may be true/false for match/not-match or anything similar.