vault backup: 2022-10-10 09:42:45

This commit is contained in:
Jet Hughes 2022-10-10 09:42:45 +13:00
parent 7c84a3d445
commit a4c0811628

View File

@ -6,4 +6,20 @@ tags:
- comp210
---
# nefarious uses of ml
## password guessing
- normally based on heuristics that are designed by humans
- biased may not match true distributions of passwords
- leaked data can be used to "learn" what to guess
- gain insight into what users use as passwords
## alternative - PassGan
- use statistical distribution of passwords then use this to generate guesses
![passGAN](https://i.imgur.com/439hrXq.png)
new password generate, which also provides real world indicator of password st
# bigger issues
# where to from here