Markopy
Utilizing Markov Models for brute forcing attacks
|
Wrapper for Markov::Model to use with char represented models. More...
Go to the source code of this file.
Classes | |
class | Markov::API::MarkovPasswords |
Markov::Model with char represented nodes. More... | |
Namespaces | |
Markov | |
Namespace for the markov-model related classes. Contains Model, Node and Edge classes. | |
Markov::API | |
Namespace for the MarkovPasswords API. | |
Wrapper for Markov::Model to use with char represented models.
This file contains the declerations for Markov::API::MarkovPasswords class.
Markov::Model with char represented nodes. Includes wrappers for Markov::Model and additional helper functions to handle file I/O
This class is an extension of Markov::Model<char>, with higher level abstractions such as train and generate.
Definition in file markovPasswords.h.