rfjakob / gocryptfs

Encrypted overlay filesystem written in Go
https://nuetzlich.net/gocryptfs/
MIT License
3.51k stars 249 forks source link

directory init and masterkey arg #824

Closed pmazzini closed 6 months ago

pmazzini commented 8 months ago

Currently if the -masterkey argument is passed when initializing a new directory, this is not used and a random one is generated instead. It would be nice not to skip this argument and let the user define the masterkey when running the init command.