VAC modules generate the output Ice encryption key using the LCG algorithm, it then sends some generated values. We can get the initial LCG seed and thus the Ice key from those values because the LCG ...
LCG is also known as C-rand(), because stdlib.h provides PRNG that uses LCG. So LCG was widely using through C code-- or other implementations of other languages. "that n-tuples with coordinates ...