Release gdrive - Google Drive Video/Music Add-on
(2017-09-26, 14:37)neik Wrote:
(2017-09-25, 16:59)hasamba Wrote:
(2017-09-23, 10:46)SEIKT Wrote: By using dmds encryption example titled 'encryptFolder.py' located in the root of the gdrive plugin folder. I adopted/slightly modified it to use in my automated upload to Google Drive scripts. You may view them here: https://github.com/SteveMalso/Encrypt-and-Upload-GDrive


can you pleaseeeeee make a small instructions guide how to encrypt and upload for noobs?

thanks

@SEIKT, thanks for answering.

I had a look at all files you mentioned but to be honest I didn't really get how to use it.

So, I'm with hasamba: A little How To would be awesome. Unfortunately, I couldn't find anything that explain how it works.

If all you want to do is file encryption, just use encrypt.py and encryption.py from that github link. Here's the command you need to enter into your terminal:

Code:
python encrypt.py saltfile thepassword sourcefolderpath filename destinationfolderpath

Example:

I have a movie located in: /home/bob/movie/cindy 2011
and the filename = cindy.mkv

I would enter this command in the terminal

Code:
python encrypt.py saltfile thepassword "/home/bob/movie/cindy 2011" cindy.mkv /home/bob/upload

Forgot to mention you would need to have pycrypto installed.
Reply


Messages In This Thread
u - by Kraevin - 2015-05-13, 17:37
RE: [RELEASE] gdrive - Google Drive Video/Music Add-on - by SEIKT - 2017-09-28, 15:54
Logout Mark Read Team Forum Stats Members Help
gdrive - Google Drive Video/Music Add-on12