Passwordfile library
3.2.0
C++ library to read/write passwords from/to encrypted files
|
▼NIo | Contains all IO related classes |
CAccountEntry | The exception that is thrown when a parsing error occurs |
CCryptoException | The exception that is thrown when an encryption/decryption error occurs |
CEntry | Instances of the Entry class form a hierarchic data strucutre used to store account information |
CField | Holds field information which consists of a name and a value and is able to serialize and deserialize this information |
CNodeEntry | Acts as parent for other entries |
CParsingException | The exception that is thrown when a parsing error occurs |
CPasswordFile | 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 |
▼NUtil | Contains utility classes and functions |
COpenSslRandomDevice | Provides a random device using the OpenSSL function RAND_bytes() |
CEntryTests | Tests the Io::Entry class |
CFieldTests | Tests the Io::Field class |
COpenSslRandomDeviceTests | Tests the Util::OpenSslRandomDevice class |
CPasswordFileTests | Tests the Io::PasswordFile class |