Passwordfile library
3.1.3
C++ library to read/write passwords from/to encrypted files
|
▼CIo::Entry | Instances of the Entry class form a hierarchic data strucutre used to store account information |
CIo::AccountEntry | The exception that is thrown when a parsing error occurs |
CIo::NodeEntry | Acts as parent for other entries |
▼Cstd::exception | STL class |
▼Cstd::runtime_error | STL class |
CIo::CryptoException | The exception that is thrown when an encryption/decryption error occurs |
CIo::ParsingException | The exception that is thrown when a parsing error occurs |
CIo::Field | Holds field information which consists of a name and a value and is able to serialize and deserialize this information |
CUtil::OpenSslRandomDevice | Provides a random device using the OpenSSL function RAND_bytes() |
CIo::PasswordFile | 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 |
▼CTestFixture | |
CPasswordFileTests | Tests the Io::PasswordFile class |