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

security: encrypted databases #14

Closed
JarbasAl opened this issue Dec 23, 2024 · 2 comments
Closed

security: encrypted databases #14

JarbasAl opened this issue Dec 23, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@JarbasAl
Copy link
Member

JarbasAl commented Dec 23, 2024

redis supports password but sqlite and json do not and are saved to file unsecured

for sql we can use https://github.com/sqlcipher/sqlcipher

for json we should implement AES encryption directly

@JarbasAl JarbasAl added the enhancement New feature or request label Dec 23, 2024
@JarbasAl JarbasAl self-assigned this Dec 23, 2024
@JarbasAl
Copy link
Member Author

TigreGotico/json_database#5 support for encrypted json db

@JarbasAl
Copy link
Member Author

closing , #30 makes this individual plugins responsibility

TigreGotico/json_database#11 implements this for json

sqlite tracked here JarbasHiveMind/hivemind-sqlite-database#2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant