Difference between revisions of "IDecryptIt"

From The iPhone Wiki
Jump to: navigation, search
(External Links)
(updates)
 
(98 intermediate revisions by 6 users not shown)
Line 1: Line 1:
  +
{{lowercase}}
{{DISPLAYTITLE:iDecryptIt}}
 
  +
{{Infobox software
[[Image:IDecryptIt.png|thumb|right|iDecrpyIt's one (and only one) window]]
 
  +
| name = iDecryptIt
  +
| 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 ==
This is a VFDecrypt GUI for decrypting on [[wikipedia:Microsoft Windows|Windows]]. It will be compiled on Visual Studio 2010 Professional for [[wikipedia:32-bit|32-bit]] (x86) PCs. It will work with [[wikipedia:64-bit|64-bit]] (x64) OSes though. A beta should be out I about a few weeks. I might release it on Christmas as a gift. :)
 
  +
* [[xpwn]]
  +
* [[wikipedia:7-Zip|7-Zip]]
   
==Credit==
+
== External Links==
  +
* [https://sourceforge.net/projects/idecryptit iDecryptIt on SourceForge] (for downloads)
*Visual Studio 2010 Pro for the designer app.
 
  +
* [https://github.com/colejohnson66/iDecryptIt iDecryptIt on GitHub] (current development)
*VFDecrypt for the basic program
 
  +
* [https://svn.code.sf.net/p/idecryptit/code/tags/iDecryptIt_11.41.1.2I22/iDecryptIt-WPF/help/changelog.html Changelog]
*The Office [[wikipedia:Microsoft Office 2007|2007]]/[[wikipedia:Microsoft Office 2010|2010]] [http://microsoft.com/officeui Ribbon UI] to create a menu
 
   
  +
[[Category:Decryption]]
==Features==
 
  +
[[Category:GUI Tools]]
===Code===
 
This will be coded using Visual Studio 2010 Professional as a <code>Windows -&gt; Visual BASIC -&gt; WPF Ribbon App</code>
 
===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
 
 
==Version History==
 
{| class=wikitable
 
|-
 
! Version
 
! Download perma-link
 
! Changes
 
! Release date
 
|-
 
| 1.0
 
| (no link available)
 
| First Release
 
Ability to decrypt firmwares
 
Includes Microsoft Office [[wikipedia:Microsoft Office 2007|2007]]/[[wikipedia:Microsoft Office 2010|2010]] [http://microsoft.com/officeui Ribbon UI]
 
Coded in Visual BASIC as WPF application
 
| (not released)
 
|}
 
 
==External Links==
 
*[http://cole.freehostingcloud.com/wiki/Blog:Index Blog]
 
*Download Link
 
*[http://cole.freehostingcloud.com/wiki/iDecryptIt iDecryptIt's Website]
 
 
[[Category:VFDecrypt]]
 

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