Sai Hemanth Gantasala created HIVE-24456:
--------------------------------------------
Summary: Column masking/hashing function in hive should use SH512
if FIPS mode is enabled
Key: HIVE-24456
URL: https://issues.apache.org/jira/browse/HIVE-24456
Project: Hive
Issue Type: Wish
Components: HiveServer2
Reporter: Sai Hemanth Gantasala
Assignee: Sai Hemanth Gantasala
hive-site.xml should have the following property to indicate that FIPS mode is
enabled.
<property>
<name>hive.masking.algo</name>
<value>sha256</value>
</property>
If this property is present, then GenericUDFMaskHash should use SHA512 instead
of SHA256 encoding for column masking.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)