|
Markopy
Utilizing Markov Models for brute forcing attacks
|
Namespace for the markov-model related classes. Contains Model, Node and Edge classes. More...
Namespaces | |
| API | |
| Namespace for the MarkovPasswords API. | |
| GUI | |
| namespace for MarkovPasswords API GUI wrapper | |
| Markopy | |
| CPython module for Markov::API objects. | |
| Random | |
| Objects related to RNG. | |
Classes | |
| class | Node |
| A node class that for the vertices of model. Connected with eachother using Edge. More... | |
| class | Edge |
| Edge class used to link nodes in the model together. More... | |
| class | Model |
| class for the final Markov Model, constructed from nodes and edges. More... | |