tlx
Loading...
Searching...
No Matches
md5.hpp File Reference
#include <cstdint>
#include <string>

Go to the source code of this file.

Classes

class  MD5
 MD-5 processor without external dependencies. More...

Namespaces

namespace  tlx

Functions

std::string md5_hex (const void *data, std::uint32_t size)
 process data and return 16 byte (128 bit) digest hex encoded
std::string md5_hex (const std::string &str)
 process data and return 16 byte (128 bit) digest hex encoded
std::string md5_hex_uc (const void *data, std::uint32_t size)
 process data and return 16 byte (128 bit) digest upper-case hex encoded
std::string md5_hex_uc (const std::string &str)
 process data and return 16 byte (128 bit) digest upper-case hex encoded