Passwordfile library 5.0.12
C++ library to read/write passwords from/to encrypted files
|
Go to the source code of this file.
Classes | |
struct | Util::OpenSsl::Sha256Sum |
Namespaces | |
namespace | Util |
Contains utility classes and functions. | |
namespace | Util::OpenSsl |
Contains functions utilizing the usage of OpenSSL. | |
Functions | |
PASSWORD_FILE_EXPORT void | Util::OpenSsl::init () |
Initializes OpenSSL. | |
PASSWORD_FILE_EXPORT void | Util::OpenSsl::clean () |
Cleans resources of OpenSSL. | |
PASSWORD_FILE_EXPORT Sha256Sum | Util::OpenSsl::computeSha256Sum (const unsigned char *buffer, std::size_t size) |
Computes a SHA-256 sum using OpenSSL. | |
PASSWORD_FILE_EXPORT std::uint32_t | Util::OpenSsl::generateRandomNumber (std::uint32_t min, std::uint32_t max) |