what is the best way to encrypt sensitive data? #12537
Answered
by
spencergilbert
ruslandanilin
asked this question in
Q&A
-
Hi Guys! Assume that there is a field with some sensitive data in your log message and using redact is not an option because you need to read it later. What is the best way to encrypt data with Vector? Are there any solutions out of the box? |
Beta Was this translation helpful? Give feedback.
Answered by
spencergilbert
May 3, 2022
Replies: 1 comment 1 reply
-
It's not been released to stable yet, but we've recently added |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ruslandanilin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's not been released to stable yet, but we've recently added
encrypt
anddecrypt
functions which should be available in nightly releases.