- Notifications
You must be signed in to change notification settings - Fork329
Introducing an example to restore files encrypred by a ransomware#161
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
f303805
to814e46f
CompareThanks! |
Hello, is this something you are still interested in working on? If so I will be the new reviewer |
Hello rogebrd, if you believe it could be helpful for the community, please review and merge this PR so that the community can benefit from it. |
CLAassistant commentedApr 16, 2022
|
I'm pushing this changeset with a double intent.
1 - It shows how to interact with cursors and how to perform some simple actions with files on dropbox (e.g. reading revisions, restore/delete files).
2 - In the unlucky event your dropbox has been compromised by a ransom, you can restore the files (as long as you have available space) using python.
Concerning the second point since I haven't found anything written in python, here's my contribution to python community.