|
Passwordfile library 5.0.12
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 structure used to store account information |
| CEntryStatistics | |
| 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 |
| ▼NOpenSsl | Contains functions utilizing the usage of OpenSSL |
| CSha256Sum | |
| 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 |
| COpenSslUtilsTests | Tests the functions in the Util::OpenSsl namespace |
| CPasswordFileTests | Tests the Io::PasswordFile class |