workshops/slides/random/random.md

16 lines
304 B
Markdown
Raw Normal View History

2023-07-02 22:03:51 +00:00
# Random
# Uses
- games
- cryptography
# Unprdictability
- Unsafe randoms can be predicted (shouldn't be used in cryptography)
- Entropy gathering (some OS don't wait on boot to gether entropy, many routers hacked this way)
- /dev/random is not more secure than /dev/urandom (used to be the case)