> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/mss-extensibility/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/mss-extensibility/mss-5.1/functions-kalipso-to-mss/utils/ext_decrypt_value.md).

# 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;
