ex0dus-0x / microkv

Minimal and persistent key-value store designed with security in mind
MIT License
32 stars 6 forks source link

Try to mitigate tampering with Shamir Secret Sharing #13

Open ex0dus-0x opened 2 years ago

ex0dus-0x commented 2 years ago

Besides using strong symmetric encryption for cold storage, we could also use threshold-based techniques to try to shard the database for some type of distribution.