Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: encrypt the bot database at rest #130

Merged
merged 5 commits into from
Nov 15, 2024
Merged

Conversation

DarkAtra
Copy link
Owner

@DarkAtra DarkAtra commented Nov 15, 2024

Configures MVStore to encrypt the database at rest. I initially expected Nitrite to do this when the database is secured with a username and password but this doesn't seem to be the case. The bot will attempt to migrate existing databases automatically on startup. However, existing backups are not migrated automatically but new ones will be stored encrypted as well - this shouldn't be a big deal since the backup functionality is disabled by default and probably isn't used by many users anyway.

@DarkAtra DarkAtra merged commit bf2b5bb into main Nov 15, 2024
5 checks passed
@DarkAtra DarkAtra deleted the feat/encrypt-database-at-rest branch November 15, 2024 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant