Difference between revisions of "IDecryptIt"

From The iPhone Wiki
Jump to: navigation, search
Line 1: Line 1:
 
{{DISPLAYTITLE:iDecryptIt}}
 
{{DISPLAYTITLE:iDecryptIt}}
  +
[[Image:IDecryptIt.png|thumb|right|iDecrpyIt's one (and only one) window]]
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. :)
 
  +
  +
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. :)
  +
 
==Credit==
 
==Credit==
 
*Visual Studio 2010 Pro for the designer app.
 
*Visual Studio 2010 Pro for the designer app.
 
*VFDecrypt for the basic program
 
*VFDecrypt for the basic program
  +
*The Office 2007/2010 [http://microsoft.com/officeui Ribbon UI] to create a menu
 
==Badgering Me==
 
Just stop! I don't care what you think, I am doing this.
 
   
 
==Features==
 
==Features==
  +
===Code===
  +
This will be coded using Visual Studio 2010 Professional as a <code>Windows -&gt; Visual BASIC -&gt; WPF Ribbon App</code>
 
===Current===
 
===Current===
 
*Look up key from a "database"
 
*Look up key from a "database"
 
*Decrypt using VFDecrypt
 
*Decrypt using VFDecrypt
  +
===Possible Future===
 
===Future===
 
 
*7zip integration to extract the decrypted FW
 
*7zip integration to extract the decrypted FW
 
*Ability to decrypt Ramdisks and Update ramdisks
 
*Ability to decrypt Ramdisks and Update ramdisks

Revision as of 19:24, 5 November 2010

iDecrpyIt's one (and only one) window

This is a VFDecrypt GUI for decrypting on Windows. It will be compiled on Visual Studio 2010 Professional for 32-bit (x86) PCs. It will work with 64-bit (x64) OSes though. A beta should be out I about a few weeks. I might release it on Christmas as a gift. :)

Credit

  • Visual Studio 2010 Pro for the designer app.
  • VFDecrypt for the basic program
  • The Office 2007/2010 Ribbon UI to create a menu

Features

Code

This will be coded using Visual Studio 2010 Professional as a Windows -> Visual BASIC -> WPF Ribbon App

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

Download