Re: binascii in C++

2006-01-31 Thread [EMAIL PROTECTED]
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

binascii in C++

2006-01-31 Thread Jeremy
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