storr icon indicating copy to clipboard operation
storr copied to clipboard

Add encryption?

Open kendonB opened this issue 7 years ago • 2 comments
trafficstars

Looks like there is a package doing this:

https://github.com/ropensci/cyphr

From a cursory glance, it looks like these could be readily included in a future version of storr once they're mature.

kendonB avatar Jan 24 '18 08:01 kendonB

I just saw that @richfitz is working on https://github.com/ropensci/cyphr. You're probably already thinking about this 😛

kendonB avatar Jan 24 '18 08:01 kendonB

I should take a look! :grinning:

This is something I thought about a bit last year but never progressed. There are some issues here (for example, do key names also need encryption, and where do you store the keys in a way that works across drivers). My hope was that I could write a meta-driver that would wrap up all existing drivers - this is a bit trickier than a special case but seems doable.

I was planning on using cyphr to abstract away much of the detail, yeah. I should get that on CRAN soon but there's some docs work needed first

richfitz avatar Jan 24 '18 09:01 richfitz