BrainStone / Python-RNG-Demo

A little demo that demonstrates that insecure RNGs seeded with predictable values are easily broken

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python-RNG-Demo

A little demo that demonstrates that insecure RNGs seeded with predictable values are easily broken.

Disclaimers

This project explores how you can quickly make a super breakable RNG, that if you use it for anything serious like a lottery (which will be the example used here) you can find yourself having it broken.

About

A little demo that demonstrates that insecure RNGs seeded with predictable values are easily broken

License:MIT License


Languages

Language:Python 100.0%