mirror of
https://github.com/UMSKT/writeups.git
synced 2026-07-03 20:54:20 +02:00
Update BINK.md
This commit is contained in:
parent
f880fb0fe1
commit
5c52dc0bd7
2
BINK.md
2
BINK.md
@ -263,7 +263,7 @@ This sequence number encoding allows for values above 999999, so care should be
|
||||
4. Let $h$ be integer formed by the lower 31 bits of `digest2`
|
||||
5. Compute `digest1 = SHA1(5D || m || h || a || 00 00)`
|
||||
6. Let $e$ be the integer formed by the lower 62 bits of `digest1`
|
||||
7. Let $s = \frac{-ek + \sqrt{\left(ek\right)^2 + 4c}}{2} \pmod {n}$
|
||||
7. Let $s = \frac{ek + \sqrt{\left(ek\right)^2 + 4c}}{2} \pmod {n}$
|
||||
8. Compute $a$ by unknown algorithm
|
||||
9. Pack $s$, $h$, and $m$, and $a$ into a 114-bit integer
|
||||
10. Convert this integer into a product key, using base-24 conversion
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user