ENCFSCTL(1) | Encrypted Filesystem | ENCFSCTL(1) |
encfsctl - administrative tool for working with EncFS filesystems
encfsctl [command command_args]
encfsctl [info] rootdir
encfsctl passwd rootdir
encfsctl showcruft rootdir
encfsctl decode [--extpass=prog] rootdir [encoded name ...]
encfsctl encode [--extpass=prog] rootdir [plaintext name ...]
encfsctl cat [--extpass=prog] [--reverse] rootdir <(cipher|plain) filename>
encfsctl is an administrative tool for working with EncFS filesystems. It is capable of changing the user supplied password, displaying basic information about an encrypted volume, and other related operations.
The --extpass option can be used to specify the program which returns the password - just like with encfs.
If no names are specified on the command line, then a list of filenames will be read from stdin and decoded.
The --extpass option can be used to specify the program which returns the password - just like with encfs.
If no names are specified on the command line, then a list of filenames will be read from stdin and encoded.
Show information about an encrypted filesystem:
% encfsctl info ~/.crypt Version 5 configuration; created by EncFS 1.1 (revision 20040504) Filesystem cipher: "ssl/aes" , version 2:1:1 Filename encoding: "nameio/block" , version 3:0:1 Key Size: 192 bits Block Size: 512 bytes Each file contains 8 byte header with unique IV data. Filesname encoded using IV chaining mode.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Please refer to the "COPYING" file distributed with encfs for complete details.
EncFS was written by Valient Gough <vgough@pobox.com>.
2018-08-06 | 1.9.5 |