Back to product page

Decrypt method


Decrypts the contents of the Blob.

Type

None

Syntax

  • Basic
object.Decrypt Data, OutBlob
The Decrypt(object,Data,OutBlob) syntax has these parts:
objectAn expression evaluating to an object of type wodCrypt.
DataRequired. A Blob object. Contains data to be decrypted.
OutBlobRequired. A Blob object. Contains decrypted - readable data.

Remarks

The Decrypt method will try to decrypt data in a given Blob and return it to the outgoing Blob with plaintext (readable) data. Prior to using it, you must select a symmetric algorithm in the Type property.

Code sample

  • Basic

Platforms

Windows