https://github.com/brainstone/python-rng-demo
A little demo that demonstrates that insecure RNGs seeded with predictable values are easily broken
https://github.com/brainstone/python-rng-demo
Last synced: 4 months ago
JSON representation
A little demo that demonstrates that insecure RNGs seeded with predictable values are easily broken
- Host: GitHub
- URL: https://github.com/brainstone/python-rng-demo
- Owner: BrainStone
- License: mit
- Created: 2023-09-18T22:47:58.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-19T00:35:10.000Z (almost 3 years ago)
- Last Synced: 2024-12-31T08:45:37.027Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.