Passwordfile library  3.1.3
C++ library to read/write passwords from/to encrypted files
Classes | Namespaces
passwordfile.h File Reference
#include "../global.h"
#include <c++utilities/io/binaryreader.h>
#include <c++utilities/io/binarywriter.h>
#include <string>
#include <iostream>
#include <fstream>
#include <memory>
Include dependency graph for passwordfile.h:
This graph shows which files directly or indirectly include this file:

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.