Creates a gocryptfs folder based on a plain folder without relying on gocryptfs/FUSE.
pip install pycryptodome
python3 gocryptfs-create-folder.py OUTPUTDIR INPUTDIR
Of course, intended to be used with the insanely good gocryptfs.
This repo is based on the great work of gocryptfs-inspect, see
- https://github.com/maxpat78/gocryptfs-inspect
- https://github.com/slackner/gocryptfs-inspect
For other features such as file- or filename decryption, see those repos
The EME code is a port of