hhblaze / DBreeze

C# .NET NOSQL ( key value store embedded ) ACID multi-paradigm database management system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Password Protection

thecodrr opened this issue · comments

Password Protection is a very necessary feature. It can be used in storing passwords, or sensitive data or anything else that requires data encryption.

Are you talking about encryption module integrated into DBreeze?
Logically separated modules like serializers, compressors, encryptors etc.
we try to hold outside of DBreeze.
You can reprogram custom serializer (in songs example was used NetJson) to store encrypted and compressed data.

Oh, I see. I think this issue is then useless haha. Thanks anyways :)