Files will be encrypted using the same encryption methods but maybe encrypted as base64.
Fallback Encryption
If something goes wrong with the encryption, when expecting encryption we need to handle that.
We send a message back to the user that we need to "rotate" keys, and force them to set new keys.
Key Rotation
Rotate keys every 7 days. We should store old keys in the database for safety.
TODO Lists:
File Encryption
Files will be encrypted using the same encryption methods but maybe encrypted as base64.
Fallback Encryption
If something goes wrong with the encryption, when expecting encryption we need to handle that. We send a message back to the user that we need to "rotate" keys, and force them to set new keys.
Key Rotation
Rotate keys every 7 days. We should store old keys in the database for safety.