Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-17 | main: accept multiple -passfile options | Jakob Unterwurzacher | |
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 | |||
2018-12-15 | passfile: directly read file instead of invoking cat | Jakob Unterwurzacher | |
Allows better error handling, gets rid of the call to an external program, and fixes https://github.com/rfjakob/gocryptfs/issues/278 . |