From 4fd64bcec9155e0c303cc481a3cded08711056dd Mon Sep 17 00:00:00 2001 From: Jay Freeman Date: Sun, 3 Feb 2008 12:55:44 +0000 Subject: Decrypting Apple's files makes us happy. git-svn-id: http://svn.telesphoreo.org/trunk@48 514c082c-b64e-11dc-b46d-3d985efe055d --- data/vfdecrypt/_metadata/license | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 data/vfdecrypt/_metadata/license (limited to 'data/vfdecrypt/_metadata/license') 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 + * Jacob Appelbaum + * Christian Fromme + * + * 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. + */ -- cgit v1.2.3