Applied math for security : a Pythonic introduction to graph theory and computational geometry /
"A math-based guide for information security practitioners. Teaches how to use concepts from various fields of mathematics, such as graph theory, computational geometry, and statistics, to create and implement ready-to-use security tools. Features code examples in Python and hands-on proof-of-c...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
San Francisco :
No Starch Press,
2023.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Setting up the environment
- Programming and math conventions
- Network and graph theory
- Creating a network graph from packets
- Analyzing social networks derived from Tweets
- Analyzing social network evolution with Monte Carlo simulations
- Computational geometry theory
- Triangulating locations from OpenCell data
- Emergency service planning with Voronoi diagrams
- Computational geometry for facial recognition
- Understanding the art gallery problem
- Going beyond the proof of concept
- Delivering Python applications.