You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Kirill Tkalenko (Jira)" <ji...@apache.org> on 2020/04/16 11:05:00 UTC

[jira] [Created] (IGNITE-12906) Add to IgniteWalConverter possibility output only hashes instead real data

Kirill Tkalenko created IGNITE-12906:
----------------------------------------

             Summary: Add to IgniteWalConverter possibility output only hashes instead real data
                 Key: IGNITE-12906
                 URL: https://issues.apache.org/jira/browse/IGNITE-12906
             Project: Ignite
          Issue Type: Improvement
            Reporter: Kirill Tkalenko
            Assignee: Kirill Tkalenko


Add flag to be able to hide sensitive data in WAL reader output. For example, we can use cryptographic hash to hide data and see some representation of it to know is it unique or not, with high probability.

If define binaryMetadata then output field name and hash field value, else output hash of source binary value

This change is required for user security reasons



--
This message was sent by Atlassian Jira
(v8.3.4#803005)