Skip to content

A proof of concept attack agains a lfsr based prng

Notifications You must be signed in to change notification settings

EliusSolis/breakingPRNG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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.

About

A proof of concept attack agains a lfsr based prng

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages