]
Kylin Soong updated TEIID-4674:
-------------------------------
Priority: Optional (was: Major)
Add encrypt/decrypt functions to pushdown
-----------------------------------------
Key: TEIID-4674
URL:
https://issues.jboss.org/browse/TEIID-4674
Project: Teiid
Issue Type: Feature Request
Components: JDBC Connector
Affects Versions: 9.2
Reporter: Kylin Soong
Assignee: Kylin Soong
Priority: Optional
Most RDBMS support encrypt/decrypt functions a key, and the supported algorithm is AES.
the block size is 16 bytes, with TEIID-4643, encrypt/decrypt functions should be
pushdown. Below are some links of DB vendor's encrypt/decrypt functions.
[1]
https://dev.mysql.com/doc/refman/5.5/en/encryption-functions.html
[2]
http://www.h2database.com/html/functions.html#encrypt
[3]
https://mariadb.com/kb/en/mariadb/encryption-hashing-and-compression-func...