Skip to content

rickysixx/fscryptdump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fscryptdump

A simple Python script that allows to quickly dump files encrypted using fscrypt from an external hard drive.

Install

  1. install pipenv;
  2. clone the project;
  3. run pipenv install in the project's root directory

Usage

1. generate Python code for protobufs

  1. install the protoc compiler;
  2. from the project's root directory, run
protoc -I=proto --python_out=pyi_out:proto proto/metadata.proto

2. dump files

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.

License

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.

About

A simple Python script to dump files encrypted using fscrypt from an external drive.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages