The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "IDecryptIt"
m |
(updates) |
||
(88 intermediate revisions by 4 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 |
||
− | '''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 beta should be out I about a few weeks. |
||
+ | | 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 -> Visual BASIC -> 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] |
||
− | |||
− | == Version History == |
||
− | {| class=wikitable border=1 |
||
− | |- |
||
− | ! Version |
||
− | ! Download |
||
− | ! Changes |
||
− | ! Release date |
||
− | |- |
||
− | | 1.0 |
||
− | | (no link available) |
||
− | | First Release |
||
− | Ability to decrypt firmwares |
||
− | 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: |
+ | [[Category:Decryption]] |
+ | [[Category:GUI Tools]] |
Latest revision as of 02:32, 7 March 2022
iDecryptIt | |
Original author(s) | Cole Tobin |
Developer(s) | Cole Tobin |
Initial release | 23 May 2011 |
Stable release | 11.41.1.2I22 / 17 August 2018 |
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
- iDecryptIt on SourceForge (for downloads)
- iDecryptIt on GitHub (current development)
- Changelog