This is a simple script to decrypt photos / videos from the android app Vaulty with its original folder structure and metadata.
You'll need to get Vaulty's database (located in /data/data/com.theronrogers.vaultyfree/databases/media.db
)
since that includes the data for filenames, path, and creation date. If your
device isn't rooted you can use a VM with root access, then just use the cloud backup
on the app to copy the files over.
To run, copy media.db
to the same folder script.py
is located and copy
/storage/emulated/0/Documents/Vaulty/data
to a new folder called input
.
Then just run the script using python vaultbreak.py
.