Update BINK.md

This commit is contained in:
WitherOrNot
2023-09-20 00:15:36 -04:00
committed by GitHub
parent c80b061314
commit 0fefc43322
+1 -1
View File
@@ -45,7 +45,7 @@ The `BBB` and `CCCCCC` sections essentially encode the Raw Product Key. For exam
The check digit `S` is picked so that the sum of all `C` digits with it added makes a number divisible by 7.
The public key index `DD` lets us know which public key was used to successfully verify the authenticity of our Product Key.
For example, it's `22` for Professional keys and `23` for VLK keys.
For example, it's `22` for Professional keys and `23` for VLK keys. This value is equal to half of the BINK ID (discussed below).
A random number `EEE` is used to generate a different Installation ID each time.