Difference between revisions of "IDecryptIt"

From The iPhone Wiki
Jump to: navigation, search
(updates)
 
(80 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
  +
{{Infobox software
[[Image:IDecryptIt.png|thumb|right|iDecrpyIt's one (and only one) window]]
 
  +
| name = iDecryptIt
'''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.
 
  +
| title = iDecryptIt
  +
| logo = [[File:IDecryptIt logo.png|120px]]
  +
| screenshot = [[File:IDecryptIt.png|400px]]
  +
| caption = iDecryptIt
  +
| collapsible =
  +
| author = [[User:5urd|Cole Tobin]]
  +
| developer = [[User:5urd|Cole Tobin]]
  +
| released = {{date|2011|05|23}}
  +
| discontinued =
  +
| latest release version = {{User:5urd/Latest stable software release/iDecryptIt}}
  +
| latest release date = {{Start date and age|2018|08|17|df=yes}}
  +
| latest preview version = Git
  +
| latest preview date =
  +
| programming language = [[wikipedia:C Sharp (programming language)|C#]]
  +
| operating system = [[wikipedia:Microsoft Windows|Microsoft Windows]]
  +
| platform =
  +
| size =
  +
| language = [[wikipedia:English language|English]]
  +
| status = Active
  +
| genre = Decryption
  +
| license = [[wikipedia:GNU General Public License#Version 3|GPL-3.0-or-later]]
  +
| website = [https://sourceforge.net/projects/idecryptit sourceforge.net] (releases)<br />[https://github.com/colejohnson66/iDecryptIt github.com] (source)
  +
}}
  +
__NOTOC__
  +
'''iDecryptIt''' is a [[VFDecrypt]] GUI for [[wikipedia:Microsoft Windows|Windows]] built on the [[wikipedia:.NET Framework|.NET Framework]]. It supports viewing all available keys for any [[Firmware|public firmware version]] and decrypting the Root FS. It is currently in the process of a major rewrite.
   
 
== Credit ==
 
== Credit ==
  +
* [[xpwn]]
*Visual Studio 2010 Pro for the designer app.
 
  +
* [[wikipedia:7-Zip|7-Zip]]
*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
 
 
== Features ==
 
=== Code ===
 
This will be coded using Visual Studio 2010 Professional as a <code>Windows -&gt; Visual BASIC -&gt; WPF Ribbon App</code>
 
 
The code will be released under the {{wp|GNU}} public license
 
=== Current ===
 
*Look up key from a "database"
 
*Decrypt using VFDecrypt
 
=== Possible Future ===
 
*7zip integration to extract the decrypted FW
 
*Ability to decrypt Ramdisks and Update ramdisks
 
 
== Dependencies ==
 
=== Source Code ===
 
*[http://www.microsoft.com/downloads/info.aspx?na=46&SrcFamilyId=2BFC3187-74AA-4154-A670-76EF8BC2A0B4&SrcDisplayLang=en&u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2fF%2f5%2f5%2fF550BB8A-8ADC-4DEA-9257-21C3AC43DD5E%2fMicrosoft+Ribbon+for+WPF.msi Ribbon Code]
 
*[http://www.filehippo.com/download_dotnet_framework_4/download/eba9961634198b56f39575841e26e735/ .NET Framework 4.0]
 
*[http://download.microsoft.com/download/4/0/6/4067968E-5530-4A08-B8EC-17D2B3F02C35/vs_ultimateweb.exe Visual Studio 2010 Professional] or better ($$$)
 
=== Build ===
 
*[http://www.filehippo.com/download_dotnet_framework_4/download/eba9961634198b56f39575841e26e735/ .NET Framework 4.0]
 
 
== 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.
 
{| class=wikitable border=1
 
|-
 
! Version
 
! Download
 
! Changes
 
! Release date
 
|-
 
| 1.0b
 
| (not released)
 
| First release
 
Includes Microsoft Office {{wp|Microsoft Office 2007|2007}}/{{wp|Microsoft Office 2010|2010}} [http://msdn.microsoft.com/en-us/office/aa973809.aspx?ppud=4 Ribbon UI]
 
Coded in {{wp|Visual BASIC}} as {{wp|Windows Presentation Foundation|WPF}} application
 
| (not released)
 
|}
 
   
 
== External Links==
 
== External Links==
  +
* [https://sourceforge.net/projects/idecryptit iDecryptIt on SourceForge] (for downloads)
*[http://cole.freehostingcloud.com/blog Blog]
 
  +
* [https://github.com/colejohnson66/iDecryptIt iDecryptIt on GitHub] (current development)
*Download Link
 
  +
* [https://svn.code.sf.net/p/idecryptit/code/tags/iDecryptIt_11.41.1.2I22/iDecryptIt-WPF/help/changelog.html Changelog]
*[http://cole.freehostingcloud.com/wiki/iDecryptIt iDecryptIt's Website]
 
   
[[Category:VFDecrypt]]
+
[[Category:Decryption]]
 
[[Category:GUI Tools]]
 
[[Category:GUI Tools]]

Latest revision as of 02:32, 7 March 2022

iDecryptIt
IDecryptIt logo.png
IDecryptIt.png
iDecryptIt
Original author(s) Cole Tobin
Developer(s) Cole Tobin
Initial release 23 May 2011
Stable release 11.41.1.2I22 / 17 August 2018; 5 years ago
Preview release Git
Development status Active
Written in C#
Operating system Microsoft Windows
Available in English
Type Decryption
License GPL-3.0-or-later
Website sourceforge.net (releases)
github.com (source)

iDecryptIt is a VFDecrypt GUI for Windows built on the .NET Framework. It supports viewing all available keys for any public firmware version and decrypting the Root FS. It is currently in the process of a major rewrite.

Credit

External Links