workshops/slides/random/random.md
2023-07-03 00:03:51 +02:00

304 B

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)