Hacker News new | ask | show | jobs
by insomniacity 3346 days ago
Encryption at rest? Backups and encryption thereof?
1 comments

All job servers are stateless by design and easily disposable/replaceable with a fresh build so we don't back them up. we don't back up user data either – it's deleted within 24 fours (or immediately on request). the only thing backed up is a table with refresh tokens which are encrypted and decryption keys are not backed up with it.