From e1c5e71b0965b6d17e0902b60adadc67e01190fe Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 9 Oct 2016 20:08:10 +0200 Subject: main: add "-passfile" option Make it easier to read the password from a file. Internally this is equivalent to "-extpass /bin/cat FILE". --- Documentation/MANPAGE.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Documentation') diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md index b945a1d..1049703 100644 --- a/Documentation/MANPAGE.md +++ b/Documentation/MANPAGE.md @@ -108,6 +108,10 @@ built-in crypto is 4x slower unless your CPU has AES instructions and you are using Go 1.6+. In mode "auto", gocrypts chooses the faster option. +**-passfile string** +: Read password from the specified file. This is a shortcut for +specifying "-extpass /bin/cat FILE". + **-passwd** : Change password -- cgit v1.2.3