Exetools  

Go Back   Exetools > General > General Discussion

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 12-18-2021, 08:28
T-rad T-rad is offline
Friend
 
Join Date: May 2016
Posts: 21
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 18
Thanks Rcvd at 21 Times in 13 Posts
T-rad Reputation: 0
Quote:
Originally Posted by foil View Post

I have found that it appends or prepends the string "*-91511383#" to the key, I think.. lol someone please help me.
not quite. And that string is unique to your computer. so you have to find out how it is generated.
Reply With Quote
The Following User Says Thank You to T-rad For This Useful Post:
foil (12-22-2021)
  #2  
Old 12-20-2021, 04:20
TempoMat TempoMat is offline
Friend
 
Join Date: Jan 2006
Posts: 89
Rept. Given: 10
Rept. Rcvd 6 Times in 6 Posts
Thanks Given: 4
Thanks Rcvd at 28 Times in 21 Posts
TempoMat Reputation: 6
Hi,

The procedure to generate the RegistrationCode aka RegCode in the version 1.63 with modified date 13.05.2013 is as follows:
Code:
1. Generate 16 radom numbers of base 256=Res1
2. SignedDec(VolumeInfoA("C:\"))=Res2
3. ConcatSeveralStrings("*",Res1,"#")=Res3
4. RC4_Encrypt(Key=Res1,Res3)=Res4
5. Concat(Res1,Res4)=Res5
6. RC4_Encrypt(Key="Lilys", Res5)=Res6
7. byteArrayToBase64(Res6)= RegCode
Hardcoding the drive "C:\" for the VolumeInfo will eg fail on some of my systems, which don't have a partition "C:\". That is just my thoughts.

From my investigation so far, I could not find the RegName and Email(no syntax check) been used or referenced anywhere during the check of the activation key.
They are however mandatory and the user will be promted to fill the corresponding empty field(s) before the RegistrationCode will be generated.

Anyways, the ActivationKey does the same thing but with Key="Tomasz" instead of "Lilys".

It should be noted however that both the initial 16 RadomNumbers(Res1) and the VolumeID (Res2) are in the resulted Regcode and are thus used to generate the ActivationKey, so that the 3 compares it does after decoding and decrypting the ActivationKey will match the original values.

Regards,
TemPoMat

PS: If I have time I will try to write a Keygen for it

Last edited by TempoMat; 12-20-2021 at 14:09. Reason: Step 2 is SignedDec and not UnsignedDec
Reply With Quote
The Following 2 Users Say Thank You to TempoMat For This Useful Post:
foil (12-22-2021), tonyweb (12-20-2021)
  #3  
Old 12-20-2021, 14:33
T-rad T-rad is offline
Friend
 
Join Date: May 2016
Posts: 21
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 18
Thanks Rcvd at 21 Times in 13 Posts
T-rad Reputation: 0
Quote:
Originally Posted by TempoMat View Post
Hi,
1. Generate 16 radom numbers of base 256=Res1
2. SignedDec(VolumeInfoA("C:\"))=Res2
3. ConcatSeveralStrings("*",Res1,"#")=Res3
should be
3. ConcatSeveralStrings("*",Res2,"#")=Res3

just a note, the volume serial number is in number format, not hex format
Reply With Quote
The Following 3 Users Say Thank You to T-rad For This Useful Post:
foil (12-22-2021), niculaita (12-20-2021), tonyweb (12-20-2021)
  #4  
Old 12-21-2021, 03:17
TempoMat TempoMat is offline
Friend
 
Join Date: Jan 2006
Posts: 89
Rept. Given: 10
Rept. Rcvd 6 Times in 6 Posts
Thanks Given: 4
Thanks Rcvd at 28 Times in 21 Posts
TempoMat Reputation: 6
Quote:
Originally Posted by T-rad View Post
should be
3. ConcatSeveralStrings("*",Res2,"#")=Res3

just a note, the volume serial number is in number format, not hex format
Your are right.
and for the 2.Step it would have been clearer if I had written it as:
2. Hex2SignedDec(VolumeInfoA("C:\"))=Res2
Reply With Quote
The Following User Says Thank You to TempoMat For This Useful Post:
foil (12-22-2021)
  #5  
Old 12-21-2021, 08:00
TempoMat TempoMat is offline
Friend
 
Join Date: Jan 2006
Posts: 89
Rept. Given: 10
Rept. Rcvd 6 Times in 6 Posts
Thanks Given: 4
Thanks Rcvd at 28 Times in 21 Posts
TempoMat Reputation: 6
The Activation Key is calculated as follows:
Code:
1. AK1 = the 16 RandomBytes from Res1
2. AK2 = the Hex2SignedDec(VolumeInfoA("C:\")) from Res2
3. AK3 = RC4_Encrypt(Key=AK1, Data=AK2)
4. AK4 = ConCat(AK1,AK3)
5. AK5 = RC4_Encrypt(Key="Tomasz", Data=AK4)
6. ActivKey = byteArrayToBase64(AK5)
The only step missing here is the step
3. ConcatSeveralStrings("*", Res2 ,"#")=Res3

Cheers
Attached Images
File Type: png RegSuccess.PNG (196.6 KB, 10 views)
Reply With Quote
The Following 2 Users Say Thank You to TempoMat For This Useful Post:
foil (12-22-2021), niculaita (12-21-2021)
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can the bit0 mask in port 0x21 stop generating int 0x08? BlackWhite General Discussion 0 03-19-2021 22:53


All times are GMT +8. The time now is 23:28.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( Since 1998 )