The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "IDecryptIt"
m (k, done with the edits) |
m |
||
Line 20: | Line 20: | ||
{{purgebox}} |
{{purgebox}} |
||
− | '''iDecryptIt''' (I-dE-crip-t-it) is a [[VFDecrypt]] GUI for decrypting on [[wikipedia:Microsoft Windows|Windows]]. It will be compiled on {{wp|Visual Studio 2010}} Professional for {{wp|32-bit}} (x86) PCs. It will work with {{wp|64-bit}} (x64) {{wp|Operating System}}s though. A useless build will be available in a web or two. All it will do it display the keys. The decryption part will come after. |
+ | '''iDecryptIt''' (I-dE-crip-t-it) is a [[VFDecrypt]] GUI for decrypting on [[wikipedia:Microsoft Windows|Windows]]. It will be compiled on {{wp|Visual Studio 2010}} Professional for {{wp|32-bit}} (x86) PCs. It will work with {{wp|64-bit}} (x64) {{wp|Operating System}}s though. A useless build will be available in a web or two. All it will do it display the keys. The decryption part will come after. This app difers from other [[VFDecrypt]] GUI's by the fact that after '''every''' [[iOS]] release, there will be an update. ([[#GUI Comparison|Comparison]]) |
== Credit == |
== Credit == |
||
− | *Visual Studio 2010 Pro for the designer app. |
+ | * Visual Studio 2010 Pro for the designer app. |
− | *VFDecrypt for the basic program |
+ | * [[VFDecrypt]] for the basic program |
− | *The Office [[wikipedia:Microsoft Office 2007|2007]]/[[wikipedia:Microsoft Office 2010|2010]] [http://microsoft.com/officeui Ribbon UI] to create a menu |
+ | * The Office [[wikipedia:Microsoft Office 2007|2007]]/[[wikipedia:Microsoft Office 2010|2010]] [http://microsoft.com/officeui Ribbon UI] to create a menu |
== Features == |
== Features == |
||
=== Code === |
=== Code === |
||
− | This will be coded using Visual Studio 2010 Professional as a <code>Windows -> Visual BASIC -> WPF Ribbon App</code> |
+ | * This will be coded using Visual Studio 2010 Professional as a <code>Windows -> Visual BASIC -> WPF Ribbon App</code> |
+ | * The code will be released under the {{wp|GNU General Public License#Version 3|GNU GPL v3}} |
||
− | |||
− | The code will be released under the {{wp|GNU General Public License#Version 3|GNU GPL v3}} |
||
=== Current === |
=== Current === |
||
− | *Look up key from a "database" |
+ | * Look up key from a "database" |
− | *Decrypt using VFDecrypt |
+ | * Decrypt using [[VFDecrypt]] |
=== Possible Future === |
=== Possible Future === |
||
− | * |
+ | * {{wp|7-zip}} integration to extract the decrypted FW |
− | *Ability to decrypt Ramdisks and Update ramdisks |
||
== Dependencies == |
== Dependencies == |
||
Line 50: | Line 48: | ||
== Version History == |
== Version History == |
||
To download, please right click and open as a new tab for it to download correctly. Clicking it will give you an error. |
To download, please right click and open as a new tab for it to download correctly. Clicking it will give you an error. |
||
− | {| class=wikitable border=1 |
+ | {| class="wikitable" border="1" |
|- |
|- |
||
! Version |
! Version |
||
Line 57: | Line 55: | ||
! Release date |
! Release date |
||
|- |
|- |
||
− | | 1.0 |
+ | | 1.0.0.x (4.3.3) |
| (not released) |
| (not released) |
||
| First release |
| First release |
||
Line 63: | Line 61: | ||
Coded in {{wp|Visual BASIC}} as {{wp|Windows Presentation Foundation|WPF}} application |
Coded in {{wp|Visual BASIC}} as {{wp|Windows Presentation Foundation|WPF}} application |
||
| (not released) |
| (not released) |
||
+ | |} |
||
+ | |||
+ | == GUI Comparison == |
||
+ | {| class="wikitable" border="1" |
||
+ | |- |
||
+ | ! App |
||
+ | ! Current Version |
||
+ | ! Latest Keys available |
||
+ | |- |
||
+ | | [[DMG Decrypter]] |
||
+ | | 1.0 Beta 2 |
||
+ | | ??? to 4.1 |
||
+ | |- |
||
+ | | [[iDecrypt]] |
||
+ | | Win2.2/Mac1.2 |
||
+ | | ??? to 4.? |
||
+ | |- |
||
+ | | [[iDecrypter]] |
||
+ | | [https://github.com/fallensn0w/iDecrypter GIT] Aug 24, 2010 |
||
+ | | (none) |
||
+ | |- |
||
+ | | '''iDecryptIt''' |
||
+ | | Unreleased |
||
+ | | (ALL!) |
||
|} |
|} |
||
Revision as of 22:25, 5 May 2011
IDecryptIt logo.png | |
---|---|
IDecryptIt.png | |
Development status | Active |
Available in | Template:Wp |
License | Template:Wp |
Website | User:Balloonhead66/site |
iDecryptIt (I-dE-crip-t-it) is a VFDecrypt GUI for decrypting on Windows. It will be compiled on Template:Wp Professional for Template:Wp (x86) PCs. It will work with Template:Wp (x64) Template:Wps though. A useless build will be available in a web or two. All it will do it display the keys. The decryption part will come after. This app difers from other VFDecrypt GUI's by the fact that after every iOS release, there will be an update. (Comparison)
Contents
Credit
- Visual Studio 2010 Pro for the designer app.
- VFDecrypt for the basic program
- The Office 2007/2010 Ribbon UI to create a menu
Features
Code
- This will be coded using Visual Studio 2010 Professional as a
Windows -> Visual BASIC -> WPF Ribbon App
- The code will be released under the Template:Wp
Current
- Look up key from a "database"
- Decrypt using VFDecrypt
Possible Future
- Template:Wp integration to extract the decrypted FW
Dependencies
Source Code
- Ribbon Code
- .NET Framework 4.0
- Visual Studio 2010 Professional or better ($$$)
Build
Version History
To download, please right click and open as a new tab for it to download correctly. Clicking it will give you an error.
Version | Download | Changes | Release date |
---|---|---|---|
1.0.0.x (4.3.3) | (not released) | First release
Includes Microsoft Office Template:Wp/Template:Wp Ribbon UI Coded in Template:Wp as Template:Wp application |
(not released) |
GUI Comparison
App | Current Version | Latest Keys available |
---|---|---|
DMG Decrypter | 1.0 Beta 2 | ??? to 4.1 |
iDecrypt | Win2.2/Mac1.2 | ??? to 4.? |
iDecrypter | GIT Aug 24, 2010 | (none) |
iDecryptIt | Unreleased | (ALL!) |
External Links
- Blog
- Download Link
- iDecryptIt's Website