1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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://launchpad.net/ecryptfs/\fP
.PD
.SH AUTHOR
This manpage was written by Dustin Kirkland <kirkland@canonical.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 systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
|