Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 393 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 393 Bytes

breakingPRNG

A proof of concept attack agains a lfsr based prng

Structure

Class Rand is a recreation of the PRNG in python. Class Randcrack recreates the interan state of Rand after being given 16 outputs of 2 bytes

Function main creates a new Rand instance with random seeds and check if the predicted value of Randcrack is correct, the process is repeated 10000 times.