|
digestpp 1.0
C++11 header-only message digest library
|
MD5 Algorithm More...
Typedefs | |
| typedef hasher< detail::md5_provider > | digestpp::md5 |
| MD5 hash function. | |
MD5 Algorithm
| typedef hasher<detail::md5_provider> digestpp::md5 |
MD5 hash function.
Historic hash function designed by Ronald Rivest in 1991.
Known vulnerabilities:
MD5 may still be acceptable for legacy protocol compatibility (when no security is required).