Skip to content

Navigation Menu

Sign in
Sign up

standalone software to create a gocryptfs folder without the need of FUSE #918

lquenti started this conversation in Show and tell
Discussion options

Hi, based on the work of gocryptfs-inspect and its eme-supporting fork I built a standalone python script that takes a plain folder and creates a gocryptfs folder that can then be mounted!

Context: My use case is that people have to upload data without trusting our servers, and we can't assume that they have FUSE available.

The created folder has the feature flags (ref)

"FeatureFlags": [
 "HKDF",
 "GCMIV128",
 "DirIV",
 "EMENames",
 "LongNames",
 "Raw64"
]

Link to repo: https://codeberg.org/LGLQ/gocryptfs-create-folder

You must be logged in to vote

Replies: 1 comment

Comment options

Nice! Added to README.md ( 8267bf8 )

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants

AltStyle によって変換されたページ (->オリジナル) /