So when the server goes down, the offline data goes with it. Not great, but not the worst mitigation.
VESvault•51m ago
This is the honest tradeoff you get. As long as the server doesn't destroy the stored data, your items are decryptable again when the server goes back online. You can always run your own server, a single PHP file using sqlite. The server script stores its keys forever by design, 100 something bytes per entry.
1970-01-01•1h ago
VESvault•51m ago