Data encryption/decryption at rest

Frank Muller frank.muller.erl@REDACTED
Sat Jan 22 11:03:55 CET 2022


Hi guys,

We have some ETS tables persisted to disk periodically.

These data are almost static (rarely change) and contains clients
information such as: name, gender, date/place of birth, security token, etc.

Due to new policy in place, these data has to be encrypted at rest.
But I still need to access it in a decrypted way inside my Erlang app.

What approach should I take?
Is there any Erlang library to help with this task?

Disclaimer: I’m by far not a security expert

Thanks
/Frank
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20220122/910f0fe6/attachment.htm>


More information about the erlang-questions mailing list