HarbingerOfFire / bivittatusDB

Operator Based Relational Database Management system for python
https://pypi.org/project/bivittatusDB/
MIT License
7 stars 1 forks source link

Encrypted by Default? #7

Closed HarbingerOfFire closed 2 months ago

HarbingerOfFire commented 2 months ago

@ScriptSlayer0 When rewriting the I/O manager, I realize that I can now easily set this to encrypt files by default or not. What would your input be? Should it be default or should it be up to the user to enable it?

ScriptSlayer0 commented 2 months ago

I think that this can be done optionally and that the user can decide when creating the database if he wants it to be encrypted or not.

HarbingerOfFire commented 2 months ago

Thank you for the input, I'll put that in.