View Single Post
  #10  
Old 12-21-2021, 08:00
TempoMat TempoMat is offline
Friend
 
Join Date: Jan 2006
Posts: 87
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)