2015-11-11 09:15:14 +01:00
|
|
|
% GOCRYPTFS(1)
|
|
|
|
% github.com/rfjakob
|
|
|
|
% Nov 2015
|
|
|
|
|
|
|
|
NAME
|
|
|
|
====
|
|
|
|
|
2015-11-11 09:19:53 +01:00
|
|
|
gocryptfs - mount an encrypted directory
|
2015-11-11 09:15:14 +01:00
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
========
|
|
|
|
|
|
|
|
Initialize encrypted filesystem
|
|
|
|
-------------------------------
|
|
|
|
|
|
|
|
gocryptfs -init [OPTIONS] CIPHERDIR
|
|
|
|
|
|
|
|
Mount
|
|
|
|
-----
|
|
|
|
|
|
|
|
gocryptfs [OPTIONS] CIPHERDIR MOUNTPOINT
|
|
|
|
|
|
|
|
Change password
|
|
|
|
---------------
|
|
|
|
|
2015-11-14 21:25:10 +01:00
|
|
|
gocryptfs -passwd [OPTIONS] CIPHERDIR
|
2015-11-11 09:15:14 +01:00
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
===========
|
|
|
|
|
|
|
|
Options:
|
|
|
|
|
2015-11-14 21:31:39 +01:00
|
|
|
**-config string**
|
|
|
|
: Use specified config file instead of CIPHERDIR/gocryptfs.conf
|
|
|
|
|
2015-11-11 09:15:14 +01:00
|
|
|
**-cpuprofile string**
|
|
|
|
: Write cpu profile to specified file
|
|
|
|
|
|
|
|
**-debug**
|
|
|
|
: Enable debug output
|
|
|
|
|
|
|
|
**-f**
|
|
|
|
: Stay in the foreground
|
|
|
|
|
|
|
|
**-fusedebug**
|
|
|
|
: Enable fuse library debug output
|
|
|
|
|
|
|
|
**-init**
|
|
|
|
: Initialize encrypted directory
|
|
|
|
|
|
|
|
**-masterkey string**
|
|
|
|
: Mount with explicit master key
|
|
|
|
|
|
|
|
**-notifypid int**
|
|
|
|
: Send USR1 to the specified process after successful mount - used internally for daemonization
|
|
|
|
|
|
|
|
**-openssl bool**
|
|
|
|
: Use OpenSSL instead of built-in Go crypto (default true)
|
|
|
|
|
|
|
|
**-passwd**
|
|
|
|
: Change password
|
|
|
|
|
|
|
|
**-plaintextnames**
|
2015-11-14 21:31:39 +01:00
|
|
|
: Do not encrypt file names
|
2015-11-11 09:15:14 +01:00
|
|
|
|
|
|
|
**-q**
|
|
|
|
: Quiet - silence informational messages
|
|
|
|
|
|
|
|
**-version**
|
|
|
|
: Print version and exit
|
|
|
|
|
|
|
|
**-zerokey**
|
|
|
|
: Use all-zero dummy master key
|
|
|
|
|