QuickDigest5 is a lightweight C++ library for computing MD5 hashes of strings and files. Designed for simplicity and efficiency, it provides static utility methods to generate MD5 hashes and convert them to hexadecimal string representations.
- Compute MD5 hashes for strings and files.
- Generate hashes in binary (vector of bytes) or hexadecimal string format.
- Lightweight and dependency-free, leveraging the C++ Standard Library.
- Designed as a final class to ensure security and encapsulation.
Full Changelog: https://github.com/nthnn/QuickDigest5/commits/v1.0