CodeVault-LLC / xenomorph

GNU General Public License v3.0
0 stars 0 forks source link

RSA Encryption #3

Open lukasolsen opened 1 week ago

lukasolsen commented 4 days ago

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.