diff options
Diffstat (limited to 'doc/manpage/ecryptfs-unwrap-passphrase.1')
-rw-r--r-- | doc/manpage/ecryptfs-unwrap-passphrase.1 | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/manpage/ecryptfs-unwrap-passphrase.1 b/doc/manpage/ecryptfs-unwrap-passphrase.1 new file mode 100644 index 0000000..d7d5d4a --- /dev/null +++ b/doc/manpage/ecryptfs-unwrap-passphrase.1 @@ -0,0 +1,28 @@ +.TH ecryptfs-unwrap-passphrase 1 2008-07-21 ecryptfs-utils "eCryptfs" +.SH NAME +ecryptfs-unwrap-passphrase \- unwrap an eCryptfs mount passphrase from file. + +.SH SYNOPSIS +\fBecryptfs-unwrap-passphrase [file]\fP + +printf "%s" "wrapping passphrase" | \fBecryptfs-unwrap-passphrase [file] -\fP + +.SH DESCRIPTION +\fBecryptfs-unwrap-passphrase\fP is a utility to unwrap an eCryptfs mount passphrase from file, using a specified wrapping passphrase, and display the decrypted result on standard out. + +.SH SEE ALSO +.PD 0 +.TP +\fBecryptfs\fP(7), \fBecryptfs-rewrap-passphrase\fP(1), \fBecryptfs-wrap-passphrase\fP(1) + +.TP +\fI/usr/share/doc/ecryptfs-utils/ecryptfs-faq.html\fP + +.TP +\fIhttp://ecryptfs.org/\fP +.PD + +.SH AUTHOR +This manpage was written by Dustin Kirkland <kirkland@ubuntu.com> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation. + +On Debian and Ubuntu systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. |