Giter Site home page Giter Site logo

Comments (8)

Ftbom avatar Ftbom commented on September 15, 2024

can you show me your code and the error?

from rclone_crypt_py.

Ftbom avatar Ftbom commented on September 15, 2024

To decrypt a file:

from rclone import Crypt
crypt = Crypt('passwd1', 'passwd2')
crypt.File.file_decrypt('encrypted_file', 'new_decrypted_file')

And you should note that the 'passwd1' and 'passwd2' is not the strings in rclone config file. You should use the password which was used to create the rclone crypt storage

from rclone_crypt_py.

firefoxOnFire avatar firefoxOnFire commented on September 15, 2024

And you should note that the 'passwd1' and 'passwd2' is not the strings in rclone config file

Yeah, This worked. Thanks.

from rclone_crypt_py.

firefoxOnFire avatar firefoxOnFire commented on September 15, 2024

You should use the password which was used to create the rclone crypt storage

Is there any plan to support config password1 and passoword2??
Because sometimes we let rclone generate passwords.

from rclone_crypt_py.

Ftbom avatar Ftbom commented on September 15, 2024

yes, i'll add this function in the future.

from rclone_crypt_py.

firefoxOnFire avatar firefoxOnFire commented on September 15, 2024

yes, i'll add this function in the future.

Thanks. Now I will test bytes streaming. ๐Ÿ‘

from rclone_crypt_py.

Ftbom avatar Ftbom commented on September 15, 2024

Now you can use passwords in configuration file directly.

crypt = Crypt(passwd1, passwd2, passwd_obscured = True)

from rclone_crypt_py.

firefoxOnFire avatar firefoxOnFire commented on September 15, 2024

Now you can use passwords in configuration file directly.

crypt = Crypt(passwd1, passwd2, passwd_obscured = True)

awesome, Thanks. :)

from rclone_crypt_py.

Related Issues (4)

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.