Coder Social home page Coder Social logo

Feature request: gpg encode about grive HOT 3 CLOSED

AlexeyBalin avatar AlexeyBalin commented on July 21, 2024
Feature request: gpg encode

from grive.

Comments (3)

nestal avatar nestal commented on July 21, 2024

Encrytion is a planned feature. Your idea of using gnupg for encryption is
good.

But right now I only want to fix the existing bug in the basic features of
grive. Adding new features is just not a priority now.

Or perhaps you want to contribute? It is always welcomed!

from grive.

bluescreen303 avatar bluescreen303 commented on July 21, 2024

I'm successfully using encfs to have my files encrypted.
encfs is a linux fuse filesystem driver which provides on-the-fly decryption of (part of) a filesystem.
It encrypts not only the file contents, but file names too.

It has this great --reverse option which allows you to do this the other way around, in other words, get an on-the-fly encrypted view of a piece of filesystem.

now I can just do this:

$ ls ~/google-drive  # just a local directory on my local disk
bin
ChangeLog
config.json
front-end
lib
LICENSE
node_modules
package.json
readme.md
test

$ encfs --reverse ~/google-drive /tmp/gdrive/enc
$ ls /tmp/gdrive/enc

2oRqKnvuRuzA32PESQrQ4pQy
7C76CVzDXkubBaLYA884Lw29
auslyiIHfX-OJqrzkeCX8WWN
E5FEOXbDmEahtFGK5faZ7yQE
JPU2vAibrX1MFoyiCQxANlk1
kyt9N7kihDxf2LHQPlipQq96
WiT14h79AZIHrBuutEhHVfB2
yG1gCIoUXGqiYTnvrcfX65w0
yqe5qaGxPZJsnsI3uzrpOFZY
ZIwBfTVwcpu,xA1m5Rx13qUe
ZpifHI,nkOj5ijehALA9U25U

$ cd /tmp/gdrive
$ grive # this starts syncing the encrypted files, if new ones are found on the google drive, they are transparently decoded to ~/google-drive too

from grive.

AlexeyBalin avatar AlexeyBalin commented on July 21, 2024

Thank you, it is usefull!

from grive.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.