Passwordfile library 5.2.1
C++ library to read/write passwords from/to encrypted files
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 NIoContains all IO related classes
  CAccountEntryThe exception that is thrown when a parsing error occurs
  CCryptoExceptionThe exception that is thrown when an encryption/decryption error occurs
  CEntryInstances of the Entry class form a hierarchic data structure used to store account information
  CEntryStatistics
  CFieldHolds field information which consists of a name and a value and is able to serialize and deserialize this information
  CNodeEntryActs as parent for other entries
  CParsingExceptionThe exception that is thrown when a parsing error occurs
  CPasswordFileHolds account information in the form of Entry and Field instances and provides methods to read and write these information to encrypted files using OpenSSL
 NUtilContains utility classes and functions
  NOpenSslContains functions utilizing the usage of OpenSSL
   CSha256Sum
   CTOTP
  COpenSslRandomDeviceProvides a random device using the OpenSSL function RAND_bytes()
 CEntryTestsTests the Io::Entry class
 CFieldTestsTests the Io::Field class
 COpenSslRandomDeviceTestsTests the Util::OpenSslRandomDevice class
 COpenSslUtilsTestsTests the functions in the Util::OpenSsl namespace
 CPasswordFileTestsTests the Io::PasswordFile class