forked from Lekensteyn/dmg2img
-
Notifications
You must be signed in to change notification settings - Fork 1
/
vfdecrypt.1
34 lines (34 loc) · 923 Bytes
/
vfdecrypt.1
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
29
30
31
32
33
34
.TH "vfdecrypt" 1
.SH NAME
vfdecrypt \- decrypt encrypted filevault disk images
.SH SYNOPSIS
.B vfdecrypt
-i in-file -p password -o out-file
.SH DESCRIPTION
vile fault decrypts encrypted Mac OS X disk image files. It supports both version 1 and 2 of the non-documented proprietary format.
.SH OPTIONS
.TP
.B \-i
Path to the input file. Usually an encrypted disk image. It's also kosher to redirect from STDIN.
.TP
.B \-e
Try to extract key from input file.
.TP
.B \-k
The alphanumeric key you wish to use to decrypt the disk file.
.TP
.B \-p
The password you wish to use to decrypt the disk file.
.TP
.B \-o
The output file. It's also kosher to redirect to STDOUT.
.SH "SEE ALSO"
vfcrack(1)
.SH BUGS
Feel free to report them or to submit patches.
.SH AUTHORS
Ralf-Philipp Weinmann <[email protected]>
.TP
David Hulton <[email protected]>
.TP
Jacob Appelbaum <[email protected]>