Function Use the  Decrypt function to decrypt a GuiXT variable or long text variable.
Example Decrypt V[line] key="cpM7Xz"

This command decrypts the content of the variable V[line] encrypted with Encrypt and stores it back in the same variable V[line].

Decrypt V[line] certificateThumbprint="f6142fc4a8a6e6975610aba5288aa370de665f32"

Decryption takes place via a personal certificate with the thumbprint “f6142fc4...”.

Format Decrypt V[varname] key="mykey"
Decrypt
text[textname] key="mykey"

This command decrypts the content of the variable V[varname] or the long text text[textname] using the specified key and returns the content to the specified variable. 

Decrypt V[varname] certificateThumbprint="thumbprint"
Decrypt
text[textname] certificateThumbprint="thumbprint"

A valid personal certificate with the specified thumbprint is searched for on the PC and checked to ensure that the certificate has a private key. Decryption is performed using the certificate.

  • The same key is used for both encryption and decryption.

  • Using a different key for decryption than was used for encryption will result in undefined content.

Options to=V[varname2]
to=
text[textname2]

The result is placed in the specified variable or text variable.
Components GuiXT + InputAssistant