Informatica Data Quality
- Informatica Data Quality 10.4.0
- All Products
AES_DECRYPT (value, key)
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.
|
AES_DECRYPT( SSN_ENCRYPT, SUBSTR( SSN,1,3 ))
|
|
---|---|
|
|
|
|
|
|
|
|
|
|