Skip to content

Tools to decrypt files from the apk Vault - Hide Pics, App Lock

Notifications You must be signed in to change notification settings

c-sleuth/decrypt-Vault-Hide-Pics-App-Lock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

decrypt-Vault-Hide-Pics-App-Lock

This tool is intended for the use of decrypting the files within the apk Vault - Hide Pics, App Lock (com.netqin.ps)

How It Works

The first 128 bytes of the files are XOR'd with 0x42 (66), this tool will reverse that process returning the file in its original state

How to use

Use the pre-built binaries or compile from source.

Located within the directory "other_scripts" there is a script for decrypting single files at a time

git clone https://github.com/c-sleuth/decrypt-Vault-Hide-Pics-App-Lock.git
cargo build --release

Decrypting

  1. Make an output directory for all the decrypted files
  2. Located this path on the device /mnt/sdcard/Android/data/com.netqin.ps/files/Documents/SystemAndroid/Data/{base64 encoded value}/.image this will be the input directory
  3. Run the following command bash vault_decrypt <input dir> <output dir>