[
https://issues.jboss.org/browse/TEIID-4643?page=com.atlassian.jira.plugin...
]
Steven Hawkins resolved TEIID-4643.
-----------------------------------
Resolution: Done
Merged the pull request, but simplified to the binary case and only supporting AES 128
with an explicit initialization vector. We can also address the character case if needed,
but that implies choosing more details about the conversion to binary (for example convert
to utf-8) and the encrypted string (presumably base64).
Add encrypt/decrypt functions
-----------------------------
Key: TEIID-4643
URL:
https://issues.jboss.org/browse/TEIID-4643
Project: Teiid
Issue Type: Enhancement
Components: Query Engine
Reporter: Steven Hawkins
Assignee: Kylin Soong
Fix For: 9.2
We should add encrypt/decrypt functions similar to the approach of the hash functions
added with TEIID-4532 (explicitly named functions for algorithm and probably key length)
that are nominally compatible with pgcrypto and other databases.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)