![]() |
|
|
|
#1
|
|||
|
|||
|
Quote:
3. ConcatSeveralStrings("*",Res2,"#")=Res3 just a note, the volume serial number is in number format, not hex format |
|
#2
|
|||
|
|||
|
Quote:
and for the 2.Step it would have been clearer if I had written it as: 2. Hex2SignedDec(VolumeInfoA("C:\"))=Res2 |
| The Following User Says Thank You to TempoMat For This Useful Post: | ||
foil (12-22-2021) | ||
|
#3
|
|||
|
|||
|
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)
3. ConcatSeveralStrings("*", Res2 ,"#")=Res3 Cheers |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
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 |