Skip to content

QuickDigest5 v1.0

Latest
Compare
Choose a tag to compare
@nthnn nthnn released this 29 Nov 18:28
· 2 commits to main since this release

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