Decrypt(passPhrase: String; cipherText: String): String;
passPhrase. Secret phrase used on text decryption.
cipherText. Encrypted text that should be decrypted.
The Decrypt method decrypts the specified encrypted text and returns the obtained result.
If decryption of the cipherText text using the passPhrase phrase is not allowed, the method returns empty value.
The property use is given in the example for ICryptoPackage.Encrypt.
See also: