This message was deleted.
# general
s
This message was deleted.
j
Hi Vamsi, As long as the encoded string is in a text format (e.g. base64) then it should index in the same way as the cleartext value, and could use indexes for equality filters. Of course frange and wildcard filters probably wouldn't work ...
v
Hi John, data is expected to be cryptographic encrypted using a symmetric key like AES-256-GCM
likely need to re-encode the ciphertext with base64 to index in druid?
j
I don't know if AES-256-GCM is binary by default, but I believe you would have to convert it to readable text in order to store it in Druid ... but then it will be dictionary encoded and indexed for filtered lookups.