|
Passwordfile library 5.0.12
C++ library to read/write passwords from/to encrypted files
|
| ▼CIo::Entry | Instances of the Entry class form a hierarchic data structure 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 |
| CIo::EntryStatistics | |
| ▼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 |
| CUtil::OpenSsl::Sha256Sum | |
| ▼CTestFixture | |
| CEntryTests | Tests the Io::Entry class |
| CFieldTests | Tests the Io::Field class |
| COpenSslRandomDeviceTests | Tests the Util::OpenSslRandomDevice class |
| COpenSslUtilsTests | Tests the functions in the Util::OpenSsl namespace |
| CPasswordFileTests | Tests the Io::PasswordFile class |