Serial from Keygen.php is not valid

Issues related to VMProtect
Post Reply
sky
Posts: 3
Joined: Thu Oct 14, 2010 7:28 am

Serial from Keygen.php is not valid

Post by sky »

Hi:

I'm trying to make a keygenerator from the included sample keygen.php
I have pasted the exported key pair, and generate the serial from it, but the serial is never accepted. I have double checked the key pair and not touching anything else. I also tried to generate serial without including the hid. But the result is still the same, not accepted.

I also using the included sample of delphi version of keygen, pasted the exported key pair, and the serial is working.

I wonder why the keygen.php is not working while the delphi version is?

Any clue?
Support
Posts: 40
Joined: Tue Mar 30, 2010 5:01 pm

Re: Serial from Keygen.php is not valid

Post by Support »

sky wrote:Any clue?
How do you receive the serial number? If you send it by e-mail, some mail clients, like MS Outlook, may break serial numbers. It usually helps to send e-mail in HTML format.
If you can't make it work even with serial numbers sent by HTTP, please contact us via support@vmpsoft.com, we may need more details and, perhaps the source code of your generator.
sky
Posts: 3
Joined: Thu Oct 14, 2010 7:28 am

Re: Serial from Keygen.php is not valid

Post by sky »

Hi:

My mistake, the keygen.php is working

The problem is that there are additional white spaces " " between each line when the serial is
generated. (The serial is word wrapped ti 75 characters). I have to erase the white spaces before the serial works.

Example:

original
-------
7CClS2QTmmfH01Ztv+ZVhO9qiLon6XtQqreqpIlbSTfXlFhSUQW8G0kh8AxlSvrnqmPGmbI7IWB
8tXaxTGPRw7mDi...

joined
------
7CClS2QTmmfH01Ztv+ZVhO9qiLon6XtQqreqpIlbSTfXlFhSUQW8G0kh8AxlSvrnqmPGmbI7IWB 8tXaxTGPRw7mDi...

(Notice the white space between 71WB and 8tXax)
Support
Posts: 40
Joined: Tue Mar 30, 2010 5:01 pm

Re: Serial from Keygen.php is not valid

Post by Support »

sky wrote:The problem is that there are additional white spaces " " between each line when the serial is
generated. (The serial is word wrapped ti 75 characters). I have to erase the white spaces before the serial works.
The licensing system ignores such spaces and other characters that don't belong to the base-64 alphabet. You'd better compare the serial numbers before sending and after receiving. I.e. make the key generator to "print" serial number to STDOUT and send it to e-mail. Then use the "View source" feature of your browser to see the output. Compare it with the one you received by e-mail.

We've got such problems mostly with MS Outlook.
sky
Posts: 3
Joined: Thu Oct 14, 2010 7:28 am

Re: Serial from Keygen.php is not valid

Post by sky »

yes you're correct
the white spaces only happen if i copy the text from the browser
they are not there if i view the html source and then copy the content
Post Reply