Exetools  

Go Back   Exetools > General > General Discussion

Notices

Reply
 
Thread Tools Display Modes
  #1  
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)
  #2  
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)
  #3  
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:40.


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