Common Content for Data Integration 
			
			- Common Content for Data Integration 10.5.8
- All Products
 
           
      	
            
	
      AES_DECRYPT (value, key, keySize)
| Argument | Required/ Optional | Description | 
|---|---|---|
| value | Required 
					  | Binary datatype. Value you want to decrypt. 
					  | 
| key | Required 
					  | String datatype. Precision of 16 characters or fewer. You can use mapping variables for the key. Use the same key to decrypt a value that you used to encrypt it. 
					  | 
| keySize | Required 
					  | Integer datatype. Precision of 16 characters or fewer. You can specify 128, 192, or 256-bit encryption. 
					  Default is 128-bit. 
					  | 
AES_DECRYPT (SSN_ENCRYPT, SUBSTR(SSN,1,3), 256)
| 
 | 
 | 
|---|---|
| 
 | 
 | 
| 
 | 
 | 
| 
 | 
 | 
| 
 | 
 | 
| 
 | 
 |