Create an MD5 checksum of a given string.
- Parameters
-
| a | Pool to allocate out of |
| string | String to get the checksum of |
- Returns
- The checksum
Create an MD5 checksum of a string of binary data.
- Parameters
-
| a | Pool to allocate out of |
| buf | Buffer to generate checksum for |
| len | The length of the buffer |
- Returns
- The checksum
Convert an MD5 checksum into a base64 encoding.
- Parameters
-
| p | The pool to allocate out of |
| context | The context to convert |
- Returns
- The converted encoding
Create an MD5 Digest for a given file.
- Parameters
-
| p | The pool to allocate out of |
| infile | The file to create the digest for |