This is a migration of the enchanted keyfinder source code base from SourceForge. This is purely meant as an archive of my sourceforge project. Enchanted Keyfinder was born out of the will to keep an open source project open for anybody to study. What follows is original excerpts from the ekeyfinder website. There was a small effort to port the Pascal code base to Lazarus, an open source Free Pascal IDE, however that effort was ultimately abandoned.
Enchanted Keyfinder is a Magical Jelly Bean Keyfinder (MJB KF) fork from the open source version of MJB KF. It is a utility that retrieves the product key used to install Windows from your registry or from an unbootable Windows installation. It works on Windows 9X, ME, NT/2K/XP, and Vista/Win7 and for other software.
Enchanted Keyfinder is written in Pascal and compiles in: Delphi 7, Borland Developer Studio 2006, DS Turbo Delphi 2006, Delphi 2007. It may compile in other versions of Delphi.
This is a summary of the features and goals currently outlined in the project. This is something to keep the EK team on track but also so that you, as a user, understand where we wish to take this project. The first stable release, v0.2, will be released soon. You can read below and see what is currently missing from the stable version. The changes listed below the General Feature List are changes which have been made since Magical Jelly Bean Keyfinder 2.0.8.
File > Refresh
menu entry which reloads the keyfinder.cfg file and then
displays the newly detected keys.Help > Check for Updates
in the menu.
This is the only time the program will connect to the internet.The logs settings are "stable" that is to say they don't do anything (they didn't in MJBKF 2.0.8) and they won't for the first stable release of EK v0.2.
I want to abstract the underlying code away from the UI. The previous developers did not do this very well. Right now it is very integrated. Once I have the code abstracted away then I can begin work on a Linux edition of Enchanted Keyfinder which is native to the Linux OS (and possibly a Mac native). I was thinking of doing it in Kylix but apparently it's difficult to get a hold of so I will check out other Pascal IDEs such as Lazarus.
MJB KF 1.51 was closed source. It was basically a self extracting RAR file. It
extracted to the Windows %TEMP%
folder four files:
findkey.exe
- A Delphi/Pascal GUI front end which displayed text files from
output of other programs.chgxp.vbs
- VBScript which changed the Windows XP product key.xpkey.exe
- A cli executable which found/decoded Windows XP and below key
to plain txt file.officekey.exe
- same as xpkey.exe but for Office 2003 and below.MJB KF became open source in MJB KF 2.0 under the GNU GPLv3 license. It remained open source until last year (2010). The last open source version is 2.0.8. Recover Keys bought the project and closed the source which shut the community project down. The current MJB KF is the "less feature rich" product compared to their flagship product. They took out many of the keyfinder.cfg entries with the intention to make it view fewer software keys. Entries in the keyfinder.cfg which were built by community members of MJB KF when it was open source. EK v0.1 was born from the original open source MJB KF 2.0.8.
Here are some features which EK does better than MJB KF open source.
Also the EK keyfinder.cfg is built from the original community versions of MJB KF keyfinder.cfg. Some entries have been added to that and eventually the whole file will be reformatted to match a standard. There are even more plans for more features which will aide it with recovering software keys. There's more that it can do from the svn repository but that's what the current unstable releases can do (EK v0.1). The Enchanted Keyfinder project isn't attempting to copy the original MJB KF, we're trying to evolve it into something more with our own set of features and goals in mind.