Difference between revisions of "IDecryptIt"

From The iPhone Wiki
Jump to: navigation, search
(updates)
 
(102 intermediate revisions by 6 users not shown)
Line 1: Line 1:
  +
{{lowercase}}
{{DISPLAYTITLE:iDecryptIt}}
 
  +
{{Infobox software
This is a VFDecrypt GUI for decrypting on [[wikipedia:Microsoft Windows|Windows]]. It will be like[[DMG Decrypter]] but for Windows. It will be compiled on Visual Studio 2010 Professionalfor 32-bit PCs. It will work with 64-bit OSes though. A beta should e out I about a few weeks. I might release it on Christmas as a gift. :)
 
  +
| name = iDecryptIt
==Credit==
 
  +
| title = iDecryptIt
*Visual Studio 2010 Pro for the designer app.
 
  +
| logo = [[File:IDecryptIt logo.png|120px]]
*VFDecrypt for the basic program
 
  +
| 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.
   
==Badgering Me==
+
== Credit ==
  +
* [[xpwn]]
Just stop! I don't care what you think, I am doing this.
 
  +
* [[wikipedia:7-Zip|7-Zip]]
   
==Features==
+
== External Links==
  +
* [https://sourceforge.net/projects/idecryptit iDecryptIt on SourceForge] (for downloads)
===Current===
 
  +
* [https://github.com/colejohnson66/iDecryptIt iDecryptIt on GitHub] (current development)
*Look up key from a "database"
 
  +
* [https://svn.code.sf.net/p/idecryptit/code/tags/iDecryptIt_11.41.1.2I22/iDecryptIt-WPF/help/changelog.html Changelog]
*Decrypt using VFDecrypt
 
   
  +
[[Category:Decryption]]
===Future===
 
  +
[[Category:GUI Tools]]
*7zip integration to extract the decrypted FW
 
*Ability to decrypt Ramdisks and Update ramdisks
 
 
==Download==
 
*[http://cole.freehostingcloud.com/wiki/Blog:Index Blog]
 
*Download Link
 

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