-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At-rest encryption for rclone config #12
Comments
This should definitely be added. Don't need any glowies having easy access to encrypted files |
If Rclone encryption is tedious to implement in android, maybe we could have an optional AES256 encryption using fingerprint or passcode. While this is a deviation from what Rclone does, it would be a better option till the rclone encryption is supported. |
While the focus over the last month has been on getting
This is pretty much solved with the InteractiveRunner framework.
Also (mostly) a solved problem.
As of The first 90% are actually done - we have a very alpha version running with encryption. Missing is lifecycle awareness, import/export features, VCP, Services (Upload/Download/etc.), atomic encryption/decryption and of course making sure that all of this works reliably. I'd really hate for someone to lose access to their As of now, there will be two encryption modes: default and user. Default mode will use the system TEE (if available) to encrypt the rclone config. This works seamlessly and does not require manual configuration. User will work with a user-provided password, that you'll need to enter to use RCX. There is no plan to support unencrypted configs, except maybe in debug mode. |
Has this been implemented in roundsync? |
EDIT 2020-11-07: Add detailed description
As described in our security policy, RCX should be able to...
@x0b in #62:
Ref: patrykcoding/rcloneExplorer#182
The text was updated successfully, but these errors were encountered: