Common Content for Data Engineering
- Common Content for Data Engineering 10.5
- All Products
AES_ENCRYPT (value, key, keySize)
Argument
| Required/
Optional
| Description
|
---|---|---|
value
| Required
| String datatype. Value you want to encrypt.
|
key
| Required
| String datatype. Precision of 16 characters or fewer. You can use mapping variables for the key.
|
keySize
| Required
| Integer datatype. Precision of 16 characters or fewer. You can specify 128, 192, or 256-bit encryption.
Default is 128-bit.
|
AES_ENCRYPT (SSN, SUBSTR(SSN,1,3), 256)
|
|
---|---|
|
|
|
|
|
|
|
|
|
|