Check out the following resources for more information on the topics covered this chapter:
- A Gentle Introduction to the Bootstrap Method: https://machinelearningmastery.com/a-gentle-introduction-to-the-bootstrap-method/
- An Introduction to the Bootstrap Method: https://towardsdatascience.com/an-introduction-to-the-bootstrap-method-58bcb51b4d60
- Adding Salt to Hashing: A Better Way to Store Passwords: https://auth0.com/blog/adding-salt-to-hashing-a-better-way-to-store-passwords/
- Brute-force attack: https://en.wikipedia.org/wiki/Brute-force_attack
- Classification Accuracy is Not Enough: More Performance Measures You Can Use: https://machinelearningmastery.com/classification-accuracy-is-not-enough-more-performance-measures-you-can-use/
- Dictionary attack: https://en.wikipedia.org/wiki/Dictionary_attack
- Nelson rules: https://en.wikipedia.org/wiki/Nelson_rules
- Offline...