Python implementation of a symbolic execution of MT19937 and a solver for GF(2) matrices
-
Updated
Aug 1, 2020 - Python
Python implementation of a symbolic execution of MT19937 and a solver for GF(2) matrices
Predict and Backtrack MT19937 PRNG by putting 32 * 624 bits generated numbers. Python "random" standard library uses mt19937, so we can easily crack it.
Implementing and breaking the MT19937 Mersenne Twister pseudorandom number generator
A Mersenne Twister Random Number Generator
Collections of PRNG Predictions
Mersenne Twister Generator - MT19937
Add a description, image, and links to the mt19937 topic page so that developers can more easily learn about it.
To associate your repository with the mt19937 topic, visit your repo's landing page and select "manage topics."