Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
/ break-c-rand Public archive

Break and predict C's random number generator

Notifications You must be signed in to change notification settings

bsteen/break-c-rand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project 2: Break C's random number generator

I have a test script in class 8 which will run for some unknown amount of time then spit out 93 numbers in a row. Your job is to predict the next 93 exactly. You can pull this off with less numbers and more brute forcing but this is an assignment centered around how to find a foothold in the math of prngs. All of symmetric key crypto is driven by PRNGs.

About

Break and predict C's random number generator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages