gocryptfs Create Folder

October 7, 2025 ยท View on GitHub

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