Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 764 Bytes

File metadata and controls

30 lines (20 loc) · 764 Bytes

gocryptfs Create Folder

Creates a gocryptfs folder based on a plain folder without relying on gocryptfs/FUSE.

Install

pip install pycryptodome

Usage

python3 gocryptfs-create-folder.py OUTPUTDIR INPUTDIR

Acknowledgement

Of course, intended to be used with the insanely good gocryptfs.

This repo is based on the great work of gocryptfs-inspect, see

For other features such as file- or filename decryption, see those repos

The EME code is a port of