OHPen
May 9th, 2007, 06:41
Hi,
i recently working on a license sheme which looks like that:
I was able to do a keygen for the serial, only thing i have to do is to sign the license file to make it valid. Im not 100 % sure that the signing of the file is done online, because i think the programm itself has to ability to generate a signed demo lic.
I have the strange feeling that there is some license model used which is implended in a apache library because the serial also use some function of these library.
Has anybody an idea whether im dealing with online generated signature and if not does someone know anything about apache signing abilities ?
Regards,
OHPen
i recently working on a license sheme which looks like that:
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<xxx-licenses>
<license-group format="1.0" product="xxx product name" release="1.0">
<license
component="xxx component name"
expiration="2007-07-15"
licensee="Evaluation Customer"
serial="1122334455668-1212121212121"
type="EVAL"
signature="MC4CFQDVAKQ4tMqr1QZs5Q/lgedKYMgjkwIVANGjJ9Mv5Y3NqihZphCK12/2cskM"
/>
</license-group>
</xxx-licenses>
I was able to do a keygen for the serial, only thing i have to do is to sign the license file to make it valid. Im not 100 % sure that the signing of the file is done online, because i think the programm itself has to ability to generate a signed demo lic.
I have the strange feeling that there is some license model used which is implended in a apache library because the serial also use some function of these library.
Has anybody an idea whether im dealing with online generated signature and if not does someone know anything about apache signing abilities ?
Regards,
OHPen