Markopy
Utilizing Markov Models for brute forcing attacks
|
Wrapper for Markov::Model to use with char represented models. More...
#include "markovPasswords.h"
#include <string.h>
#include <chrono>
#include <thread>
#include <vector>
#include <mutex>
#include <string>
#include <signal.h>
#include <unistd.h>
Go to the source code of this file.
Functions | |
void | intHandler (int dummy) |
Variables | |
static volatile int | keepRunning = 1 |
Wrapper for Markov::Model to use with char represented models.
This file contains the implementation 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.cpp.
void intHandler | ( | int | dummy | ) |
Definition at line 26 of file markovPasswords.cpp.
References keepRunning.
Referenced by Markov::API::MarkovPasswords::Train().
|
static |
Definition at line 24 of file markovPasswords.cpp.
Referenced by intHandler(), and Markov::API::MarkovPasswords::TrainThread().