EXT_Decrypt_Value
MSS 5.1 - Extensibility - Functions Kalipso to MSS - Utils - EXT_Decrypt_Value
Function to Decrypt any MSS encrypted value. For example, the Google Maps API Key is stored in the database encrypted, the value is preceded by “ENCRYPTED:“.
ENCRYPTED:arc50DpsVafsV+aRrPkiDErQHGu7F/6ALLWsujRT/Sey7Qmz8oHOxiX5nBBEJmrORvKtpbFtEg0zYfvq0RUGkQ==
Input parameters:
inEncryptedText – Encrypted text with ENCRYPTED: prefix;
Output parameters:
outResultCode – Return code: 0 – Done / < 0 User canceled, or error occurred;
outDecryptedValue – Decrypted value;
Last updated