minder
minder copied to clipboard
Don't reuse the same salt for all encryption operations
At the moment minder uses the same salt to encrypt all the data we store in our db. We should switch to using a salt per encryption operation.
This turned out to be a larger effort than we though. There is a design page now.
Design sent for review on Slack