add dns,passwords,random

This commit is contained in:
2023-07-03 00:03:51 +02:00
parent 7357bdcca0
commit 2f30221da3
3 changed files with 98 additions and 0 deletions

15
slides/random/random.md Normal file
View File

@@ -0,0 +1,15 @@
# 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)