Jakob Unterwurzacher
|
416080203b
|
main: accept multiple -passfile options
Each file will be read and then concatenated
for the effictive password. This can be used as a
kind of multi-factor authenticiton.
Fixes https://github.com/rfjakob/gocryptfs/issues/288
|
2020-05-17 19:31:04 +02:00 |
|
Jakob Unterwurzacher
|
cf27037f20
|
Allow multiple -extpass arguments
To support arguments containing spaces, -extpass can now
be passed multiple times.
https://github.com/rfjakob/gocryptfs/issues/289
|
2019-03-03 13:25:30 +01:00 |
|
Jakob Unterwurzacher
|
a55e53c196
|
tests: fix TestPassfileNewline
Due to a copy-paste error, we ran the wrong test in the
subprocess.
Thanks @slackner for noticing at
295d432175 (r31690478) !
|
2018-12-16 12:33:25 +01:00 |
|
Jakob Unterwurzacher
|
295d432175
|
passfile: directly read file instead of invoking cat
Allows better error handling, gets rid of the call to an
external program, and fixes https://github.com/rfjakob/gocryptfs/issues/278 .
|
2018-12-15 17:09:38 +01:00 |
|