From 0fefc433227610c95d44c2b55d4742665af234a7 Mon Sep 17 00:00:00 2001 From: WitherOrNot Date: Wed, 20 Sep 2023 00:15:36 -0400 Subject: [PATCH] Update BINK.md --- BINK.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BINK.md b/BINK.md index cbf35e7..bc6e95e 100644 --- a/BINK.md +++ b/BINK.md @@ -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.