Difference between revisions of "IDecryptIt"

From The iPhone Wiki
Jump to: navigation, search
m (Version History)
(Version History)
Line 58: Line 58:
 
! Changes
 
! Changes
 
! Release date
 
! Release date
  +
|-
  +
| 5.0.0.1??? (5.0b1/ATV4.4b1)
  +
| ZIP/EXE
  +
|
  +
* Keys for 5.0b1 on the [[iPhone2,1|iPhone 3GS]] and [[iPad]] 1G
  +
* Keys for 4.3.3 on all three [[iPad 2]]s
  +
* Keys tab is now in alphabetical order
  +
* Version numbers now (iOS Major).(iOS Minor).(Revision).(Build)
  +
* Smaller Executable:
  +
** Repetative code changed to function
  +
** Unneeded images removed
  +
| (Unreleased)
 
|-
 
|-
 
| 2.0.0.1D02 (5.0b1/VZ4.2.8/ATV4.4b1)
 
| 2.0.0.1D02 (5.0b1/VZ4.2.8/ATV4.4b1)
 
| [http://sourceforge.net/projects/idecryptit/files/2.x/iDecryptIt_2.0.0.1D02.zip/download ZIP]/[http://sourceforge.net/projects/idecryptit/files/2.x/iDecryptIt_2.0.0.1D02.exe/download EXE]
 
| [http://sourceforge.net/projects/idecryptit/files/2.x/iDecryptIt_2.0.0.1D02.zip/download ZIP]/[http://sourceforge.net/projects/idecryptit/files/2.x/iDecryptIt_2.0.0.1D02.exe/download EXE]
  +
|
| "Check for updates" code fixed (it would say update available on 1C52 even before this was released)<br />
 
"Check for updates" now opens a new window instead<br />
+
* "Check for updates" code fixed
  +
* "Check for updates" now opens a new window instead
Redundent code removed<br />
 
  +
* Redundent code removed
Includes latest [[iOS]] 5.0 beta keys<br />
 
  +
* Includes latest [[iOS]] 5.0 beta keys
Removed "Comic Sans MS" font to conform to Windows UX guidelines
 
  +
* Removed "Comic Sans MS" font to conform to Windows UX guidelines
 
| June 7, 2011
 
| June 7, 2011
 
|-
 
|-
 
| 1.1.0.1C52 (4.3.3/VZ4.2.8/ATV4.2.2)
 
| 1.1.0.1C52 (4.3.3/VZ4.2.8/ATV4.2.2)
 
| [http://sourceforge.net/projects/idecryptit/files/1.x/iDecryptIt_1.1.0.1C52.zip/download ZIP]/[http://sourceforge.net/projects/idecryptit/files/1.x/iDecryptIt_1.1.0.1C52.exe/download EXE]
 
| [http://sourceforge.net/projects/idecryptit/files/1.x/iDecryptIt_1.1.0.1C52.zip/download ZIP]/[http://sourceforge.net/projects/idecryptit/files/1.x/iDecryptIt_1.1.0.1C52.exe/download EXE]
  +
|
| "Check for Updates" now works<br />
 
"Changelog" now works
+
* "Check for Updates" now works
  +
* "Changelog" now works
 
| May 27, 2011
 
| May 27, 2011
 
|-
 
|-
 
| 1.0.0.1C31 (4.3.3/VZ4.2.8/ATV4.2.2)
 
| 1.0.0.1C31 (4.3.3/VZ4.2.8/ATV4.2.2)
 
| [http://sourceforge.net/projects/idecryptit/files/1.x/iDecryptIt_1.0.0.1C31.zip/download ZIP]/[http://sourceforge.net/projects/idecryptit/files/1.x/iDecryptIt_1.0.0.1C31.exe/download EXE]
 
| [http://sourceforge.net/projects/idecryptit/files/1.x/iDecryptIt_1.0.0.1C31.zip/download ZIP]/[http://sourceforge.net/projects/idecryptit/files/1.x/iDecryptIt_1.0.0.1C31.exe/download EXE]
  +
|
| First release<br />
 
  +
* 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]<br />
 
  +
* 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
 
  +
* Coded in {{wp|Visual BASIC}} as {{wp|Windows Presentation Foundation|WPF}} application
 
| May 23, 2011
 
| May 23, 2011
 
|}
 
|}

Revision as of 22:46, 14 June 2011

IDecryptIt
IDecryptIt logo.png
IDecryptIt.png
Development status Active
Available in Template:Wp
License Template:Wp
Website User:Balloonhead66/site

Template:Purgebox

iDecryptIt (īdēˈkriptit) is a VFDecrypt GUI for decrypting on Windows. It will be compiled on Template:Wp Professional for Template:Wp (x86) PCs. It will work with Template:Wp (x64) Template:Wps though. This app difers from other VFDecrypt GUIs by the fact that after every iOS release, there will be an update.

Credit

Features

Code

  • This will be coded using Visual Studio 2010 Professional as a Windows -> Visual BASIC -> WPF Ribbon App
  • The code will be released under the Template:Wp

Current

  • Look up key from a "database"
  • Decrypt using VFDecrypt

Possible Future

  • Template:Wp integration to extract the decrypted firmware

Dependencies

Source Code

Build

Version History

Version Download Changes Release date
5.0.0.1??? (5.0b1/ATV4.4b1) ZIP/EXE
  • Keys for 5.0b1 on the iPhone 3GS and iPad 1G
  • Keys for 4.3.3 on all three iPad 2s
  • Keys tab is now in alphabetical order
  • Version numbers now (iOS Major).(iOS Minor).(Revision).(Build)
  • Smaller Executable:
    • Repetative code changed to function
    • Unneeded images removed
(Unreleased)
2.0.0.1D02 (5.0b1/VZ4.2.8/ATV4.4b1) ZIP/EXE
  • "Check for updates" code fixed
  • "Check for updates" now opens a new window instead
  • Redundent code removed
  • Includes latest iOS 5.0 beta keys
  • Removed "Comic Sans MS" font to conform to Windows UX guidelines
June 7, 2011
1.1.0.1C52 (4.3.3/VZ4.2.8/ATV4.2.2) ZIP/EXE
  • "Check for Updates" now works
  • "Changelog" now works
May 27, 2011
1.0.0.1C31 (4.3.3/VZ4.2.8/ATV4.2.2) ZIP/EXE May 23, 2011

External Links