Contents
Display Legacy Contents

 Print
    Decrypt Symmetric    
Decrypt Symmetric allows to decrypt data with a unique Key. This Key is the same for Encrypt and Decrypt.

Parameters

Data Type<numeric>

Select a File or Text to be Decrypted
1- File
2- Text UTF-16 LE
3- Text ANSI/Binary
4- Text UTF-8
   
Source File<String>

Select a File/Text/Variable or control to be Decrypted
   
Source Encoding<numeric>

1- None (Binary)
2- Base 64
   
Target File<>

Select a Variable or Control
   
Algorithm<numeric>

Select the algorithm to be used:
1- AES CBC PKCS5 Padding
2- AES EBC PKCS5 Padding
   
Key Type<numeric>

1- 128 bit key
2- 256 bit key
3- Generate SHA256 from key
4- Generate HMAC SHA256 from key
   
Key<string>

Fill with a String, Control or Variable.
It is expected the binary key value, without any encoding like Base64 or other.
   
Salt<string>

https://en.wikipedia.org/wiki/Salt_%28cryptography%29
Fill with a String, Control or Variable.
It is expected the binary key value, without any encoding like Base64 or other.
   
Nbr. of Rounds<numeric>

Fill with a Numeric value, Control or Variable.
   
IV Type<>

Select a Initialization vector (IV)
Provided (In this case you have to provide the initialization vector in the IV parameter)
Data Starts With IV (In this case, the encrypted string should start with the initialization vector)

   
IV<numeric>

Select a Variable or a Control
   

     


See also
Samples

 
 
Updated : 10/10/2019 5:15 PM