add dns,passwords,random
This commit is contained in:
15
slides/random/random.md
Normal file
15
slides/random/random.md
Normal 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)
|
Reference in New Issue
Block a user