rfjakob / gocryptfs

Encrypted overlay filesystem written in Go

Home Page:https://nuetzlich.net/gocryptfs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

extpass does not allow passwords containing comma (,)

peterloeffler opened this issue · 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.