Skip to content
This repository has been archived by the owner on Mar 9, 2019. It is now read-only.

Security at rest #726

Open
ghost opened this issue Sep 7, 2017 · 1 comment
Open

Security at rest #726

ghost opened this issue Sep 7, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Sep 7, 2017

Minio have a supported security are rest package, and I wish to use this with boltdb.

https://github.com/minio/sio

Writing data and getting data will be pretty easy.
I am more interested in the problem of searching for data

Am looking for pointers :)

I intend to integrate this with storm, a package that makes using boltdb as a database much easier.

Use cases :
I use boltdb on mobiles and desktops where the data is not secure, but there is a good arguement for using it in the cloud also as it's not your server.

@tv42
Copy link
Contributor

tv42 commented Sep 11, 2017

I don't see how that would work without losing the benefits of mmap, at which point the result doesn't sound like BoltDB anymore (to me).

I would personally recommend encrypting your values on top of BoltDB, or the disk underneath it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant