| 
    MDF Lib 2.2
    
   Interface against MDF 3/4 files 
   | 
 
Checksum and other encryption routines. More...
#include <cstdint>#include <string>#include <vector>
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.   | |
The file is a wrapper around the OpenSSL library and simplifies the usage of encryption and hash checksums as MD5.