This content originally appeared on DEV Community 👩💻👨💻 and was authored by Gavin Uhma
I’m curious, at what point in your app do you encrypt data? Do you ever encrypt it explicitly? Or do you rely on things like at-rest encryption within your database, and TLS over the network?
Do you do your own key management or rely on a key management service like Vault or from a cloud provider? How do you control access to the keys?
Which encryption libraries do you use? Which protocols (AES, RSA, etc)?
Do you use keys for anything else like JWTs or data signing and verification, SSH etc?
This content originally appeared on DEV Community 👩💻👨💻 and was authored by Gavin Uhma

Gavin Uhma | Sciencx (2022-11-08T17:15:07+00:00) When is data encrypted in your app?. Retrieved from https://www.scien.cx/2022/11/08/when-is-data-encrypted-in-your-app/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.