rfjakob/gocryptfs

extpass does not allow passwords containing comma (,)

peterloeffler opened this issue · 3 comments

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

WHAT

Interesting. Thanks for the report. Fixed via aa1d8a0 .

Thanks!
Will test as soon as there is a new version released.