Difference between revisions of "IDecryptIt"

From The iPhone Wiki
Jump to: navigation, search
m (iDecryptIt update!)
(updates)
 
Line 7: Line 7:
 
| caption = iDecryptIt
 
| caption = iDecryptIt
 
| collapsible =
 
| collapsible =
| author = [[User:5urd|5urd]]
+
| author = [[User:5urd|Cole Tobin]]
| developer = [[User:5urd|5urd]]
+
| developer = [[User:5urd|Cole Tobin]]
 
| released = {{date|2011|05|23}}
 
| released = {{date|2011|05|23}}
 
| discontinued =
 
| discontinued =
 
| latest release version = {{User:5urd/Latest stable software release/iDecryptIt}}
 
| latest release version = {{User:5urd/Latest stable software release/iDecryptIt}}
 
| latest release date = {{Start date and age|2018|08|17|df=yes}}
 
| latest release date = {{Start date and age|2018|08|17|df=yes}}
| latest preview version =
+
| latest preview version = Git
 
| latest preview date =
 
| latest preview date =
 
| programming language = [[wikipedia:C Sharp (programming language)|C#]]
 
| programming language = [[wikipedia:C Sharp (programming language)|C#]]
Line 22: Line 22:
 
| status = Active
 
| status = Active
 
| genre = Decryption
 
| genre = Decryption
| license = [[wikipedia:GNU General Public License#Version 3|GNU GPL v3]]
+
| license = [[wikipedia:GNU General Public License#Version 3|GPL-3.0-or-later]]
| website = [https://sourceforge.net/projects/idecryptit sourceforge.net]
+
| website = [https://sourceforge.net/projects/idecryptit sourceforge.net] (releases)<br />[https://github.com/colejohnson66/iDecryptIt github.com] (source)
 
}}
 
}}
 
__NOTOC__
 
__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. In the future, decryption of the other firmware items (such as [[AppleLogo]], [[Kernelcache]], etc.) will be implemented.
+
'''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]]
+
* [[xpwn]]
 
* [[wikipedia:7-Zip|7-Zip]]
 
* [[wikipedia:7-Zip|7-Zip]]
   
 
== External Links==
 
== External Links==
* [https://sourceforge.net/projects/idecryptit iDecryptIt] on SourceForge
+
* [https://sourceforge.net/projects/idecryptit iDecryptIt on SourceForge] (for downloads)
  +
* [https://github.com/colejohnson66/iDecryptIt iDecryptIt on GitHub] (current development)
 
* [https://svn.code.sf.net/p/idecryptit/code/tags/iDecryptIt_11.41.1.2I22/iDecryptIt-WPF/help/changelog.html Changelog]
 
* [https://svn.code.sf.net/p/idecryptit/code/tags/iDecryptIt_11.41.1.2I22/iDecryptIt-WPF/help/changelog.html Changelog]
   

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