Encryption at Rest

Hi folks! Are there any plans for encryption at rest?

Since Vikunja already supports SQLite, adding support for swapping in SQLCipher would probably be fairly easy. The only additional requirement is that a key must be passed in through the PRAGMA key command when opening the database. (The key could come from an env var, for example.)