-
Notifications
You must be signed in to change notification settings - Fork 300
standalone software to create a gocryptfs folder without the need of FUSE #918
lquenti
started this conversation in
Show and tell
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
All reactions
-
❤️ 1
Replies: 1 comment
Nice! Added to README.md ( 8267bf8 )
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment