decryptMZEncryptedString
Decrypts a string that has been encrypted usingĀ mzsh encryptpassword
, and returns the decrypted string.
Code Block |
---|
decryptMZEncryptedString (string encryptedString) |
Parameter | Description |
---|---|
encryptedString | The string encrypted using mzsh encryptpassword |
Returns | The decrypted string |