A simple Python script that allows to quickly dump files encrypted using fscrypt from an external hard drive.
- install pipenv;
- clone the project;
- run
pipenv installin the project's root directory
- install the protoc compiler;
- from the project's root directory, run
protoc -I=proto --python_out=pyi_out:proto proto/metadata.proto
Execute the main.py script (run ./main.py -h for usage).
You will need root permissions to execute the dump if files on the external hard drive are not owned by your user.
This project is licensed under the MIT license.
Exception is for proto/metadata.proto, which is licensed under Apache License 2.0. See google/fscrypt for more information.