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. Use the same key to decrypt a value that you used to encrypt it.
|
AES_DECRYPT( SSN_ENCRYPT, SUBSTR( SSN,1,3 ))
|
|
---|---|
|
|
|
|
|
|
|
|
|
|