MDF Lib 2.2
Interface against MDF 3/4 files
Loading...
Searching...
No Matches
cryptoutil.h File Reference

Checksum and other encryption routines. More...

#include <cstdint>
#include <string>
#include <vector>
Include dependency graph for cryptoutil.h:

Go to the source code of this file.

Namespaces

namespace  mdf
 Main namespace for the MDF library.
 

Functions

std::string mdf::CreateMd5FileString (const std::string &file)
 Generates an MD5 file checksum (32 character) string.
 
bool mdf::CreateMd5FileChecksum (const std::string &file, std::vector< uint8_t > &md5)
 Create a file hash byte array according to MD5.
 

Detailed Description

The file is a wrapper around the OpenSSL library and simplifies the usage of encryption and hash checksums as MD5.