summaryrefslogtreecommitdiff
path: root/data/vfdecrypt
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-02-03 12:55:44 +0000
committerJay Freeman <saurik@saurik.com>2008-02-03 12:55:44 +0000
commit4fd64bcec9155e0c303cc481a3cded08711056dd (patch)
treed299ab7002036a943fca055198e5e4f27c51b7d3 /data/vfdecrypt
parent93c5e12ddd3bdc6618285dbaed311808af61f71a (diff)
Decrypting Apple's files makes us happy.
git-svn-id: http://svn.telesphoreo.org/trunk@48 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/vfdecrypt')
-rw-r--r--data/vfdecrypt/_metadata/description1
-rw-r--r--data/vfdecrypt/_metadata/license32
l---------data/vfdecrypt/_metadata/maintainer1
-rw-r--r--data/vfdecrypt/_metadata/priority1
-rw-r--r--data/vfdecrypt/_metadata/section1
-rw-r--r--data/vfdecrypt/_metadata/version1
-rw-r--r--data/vfdecrypt/make.sh5
-rw-r--r--data/vfdecrypt/vfdecrypt-iphone.tar.gzbin0 -> 6197 bytes
8 files changed, 42 insertions, 0 deletions
diff --git a/data/vfdecrypt/_metadata/description b/data/vfdecrypt/_metadata/description
new file mode 100644
index 000000000..7f0c1614e
--- /dev/null
+++ b/data/vfdecrypt/_metadata/description
@@ -0,0 +1 @@
+decryption utility for iPhone images
diff --git a/data/vfdecrypt/_metadata/license b/data/vfdecrypt/_metadata/license
new file mode 100644
index 000000000..a912d75a8
--- /dev/null
+++ b/data/vfdecrypt/_metadata/license
@@ -0,0 +1,32 @@
+/*
+ * Copyright (c) 2006
+ * Ralf-Philipp Weinmann <ralf@coderpunks.org>
+ * Jacob Appelbaum <jacob@appelbaum.net>
+ * Christian Fromme <kaner@strace.org>
+ *
+ * Decrypt a AES-128 encrypted disk image given the encryption key
+ * and the hmacsha1key of the image. These two keys can be found
+ * out by running hdiutil attach with -debug on the disk image.
+ * The chunk size currently is not variable
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use,
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following
+ * conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */
diff --git a/data/vfdecrypt/_metadata/maintainer b/data/vfdecrypt/_metadata/maintainer
new file mode 120000
index 000000000..0fa66e077
--- /dev/null
+++ b/data/vfdecrypt/_metadata/maintainer
@@ -0,0 +1 @@
+../../../people/saurik \ No newline at end of file
diff --git a/data/vfdecrypt/_metadata/priority b/data/vfdecrypt/_metadata/priority
new file mode 100644
index 000000000..134d9bc32
--- /dev/null
+++ b/data/vfdecrypt/_metadata/priority
@@ -0,0 +1 @@
+optional
diff --git a/data/vfdecrypt/_metadata/section b/data/vfdecrypt/_metadata/section
new file mode 100644
index 000000000..e644cf4d5
--- /dev/null
+++ b/data/vfdecrypt/_metadata/section
@@ -0,0 +1 @@
+security
diff --git a/data/vfdecrypt/_metadata/version b/data/vfdecrypt/_metadata/version
new file mode 100644
index 000000000..573541ac9
--- /dev/null
+++ b/data/vfdecrypt/_metadata/version
@@ -0,0 +1 @@
+0
diff --git a/data/vfdecrypt/make.sh b/data/vfdecrypt/make.sh
new file mode 100644
index 000000000..d03245f99
--- /dev/null
+++ b/data/vfdecrypt/make.sh
@@ -0,0 +1,5 @@
+pkg:extract
+cd *
+make CC=arm-apple-darwin-gcc
+pkg: mkdir -p /usr/bin
+pkg: mv vfdecrypt /usr/bin
diff --git a/data/vfdecrypt/vfdecrypt-iphone.tar.gz b/data/vfdecrypt/vfdecrypt-iphone.tar.gz
new file mode 100644
index 000000000..a0173ecbd
--- /dev/null
+++ b/data/vfdecrypt/vfdecrypt-iphone.tar.gz
Binary files differ