11. Decrypt Functions
decryptMZEncryptedString
Decrypts a string that has been encrypted usingĀ mzsh encryptpassword
, and returns the decrypted string.
decryptMZEncryptedString (string encryptedString)
Parameter | Description |
---|---|
encryptedString | The string encrypted using mzsh encryptpassword |
Returns | The decrypted string |
Next: