Cysharp / MasterMemory

Embedded Typed Readonly In-Memory Document Database for .NET and Unity.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

need encryption for protect from hack

netpyoung opened this issue · comments

Database.Save() returns byte[] so you can encrypt retunred byte[].
and when open, Database.Open(byte[] bytes) accepts byte[] so pass the decrypted byte[].

I know that, but I worried about memory hack.

how about that like?
https://github.com/has-taiar/SQLite.Net.Cipher

interesting, but very difficult.
Because mastermemory's inmemory(decoded) data is pure raw.
If you always apply encryption, performance will fall dreadfully.

@neuecc okay I understand. i forgot close this issue.