Is it safe to keep decrypted data in memory?
Due to new laws in my country, any personal information must to be stored encrypted in the database.
So, to be able to perform querys over this data I was thinking to keep an in-memory copy of these tables with decrypted data.
For example,… Continue reading Is it safe to keep decrypted data in memory?