Jeremy wrote:
> I'm working on a project to create a keyfinder program that finds the
> Windows CD Key in the registry and decodes it. I prototyped it in
> Python and it worked great but for several reasons I've decided to
> rewrite it in C++. I use the module binascii extensively in the Python
I'm working on a project to create a keyfinder program that finds the
Windows CD Key in the registry and decodes it. I prototyped it in
Python and it worked great but for several reasons I've decided to
rewrite it in C++. I use the module binascii extensively in the Python
version but I can't