encfsctl - administrative tool for working with EncFS filesystems
encfsctl [command command_args] encfsctl rootdir encfsctl info rootdir encfsctl passwd rootdir encfsctl showcruft rootdir encfsctl decode [--extpass=prog] rootdir [encoded name ...] encfsctl encode [--extpass=prog] rootdir [plaintext name ...]
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.
info
Display basic information about the filesystem. Takes a single
argument, rootdir, which is the root directory of the encrypted
filesystem. The filesystem need not be mounted. Info is also the
default command if only a root directory is provided on the command
line.
passwd
Allows changing the password of the encrypted filesystem. The user
will be prompted for the existing password and the new password.
showcruft
Recursively search through the entire volume and display all files
which are not decodable (only checks filename encoding, not block
MAC headers). This might be useful for cleanup in case you've made
use of features which create files which are not decodable under
the primary key.
decode
Allows you to specify an encoded name on the command line, and
displays decoded version. This is mostly useful for debugging, as
debug messages always display encrypted filenames (to avoid leaking
sensitive data through the debug channels). So this command
provides a way to decode the filenames.
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.
encode
Allows you to specify a filename on the command line, and displays
its encoded version. This is useful if e.g. you are taking a backup
of an encrypted directory and would like to exclude some files.
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 <[email protected]>.
encfs(1)
Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.
Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.
Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.
Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.
The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.
Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.
Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.
Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.