ICryptoPackage.Decrypt

Syntax

Decrypt(passPhrase: String; cipherText: String): String;

Parameters

passPhrase. Secret phrase used on text decryption.

cipherText. Encrypted text that should be decrypted.

Description

The Decrypt method decrypts the specified encrypted text and returns the obtained result.

Comments

If decryption of the cipherText text using the passPhrase phrase is not allowed, the method returns empty value.

Example

The property use is given in the example for ICryptoPackage.Encrypt.

See also:

ICryptoPackage