Passwordfile library
3.1.2
C++ library to read/write passwords from/to encrypted files
|
#include "../global.h"
#include <c++utilities/io/binaryreader.h>
#include <c++utilities/io/binarywriter.h>
#include <string>
#include <iostream>
#include <fstream>
#include <memory>
Go to the source code of this file.
Classes | |
class | Io::PasswordFile |
The PasswordFile class holds account information in the form of Entry and Field instances and provides methods to read and write these information to encrypted files using OpenSSL. More... | |
Namespaces | |
Io | |
Contains all IO related classes. | |