Passwordfile library
3.1.3
C++ library to read/write passwords from/to encrypted files
|
#include "./passwordfile.h"
#include "./cryptoexception.h"
#include "./parsingexception.h"
#include "./entry.h"
#include <c++utilities/io/catchiofailure.h>
#include <openssl/conf.h>
#include <openssl/err.h>
#include <openssl/evp.h>
#include <openssl/rand.h>
#include <zlib.h>
#include <streambuf>
#include <sstream>
#include <cstring>
#include <memory>
#include <functional>
Go to the source code of this file.
Namespaces | |
Io | |
Contains all IO related classes. | |
Variables | |
const unsigned int | Io::aes256cbcIvSize = 16U |