extpass does not allow passwords containing comma (,)
peterloeffler opened this issue · 3 comments
peterloeffler commented
extpass is producing giving me an error when having a ,
in my password.
Can be tested this way:
#gocryptfs -extpass 'echo abc,123' -init testdir
Reading password from extpass program "echo abc", arguments: ["123"]
extpass cmd start failed: exec: "echo abc": executable file not found in $PATH
rfjakob commented
WHAT
peterloeffler commented
Thanks!
Will test as soon as there is a new version released.