meerqat.data.utils module#
- meerqat.data.utils.md5(string: str) str [source]#
Utility function. Uses hashlib to compute the md5 sum of a string. First encodes the string and utf-8. Lastly decodes the hash using hexdigest.
Utility function. Uses hashlib to compute the md5 sum of a string. First encodes the string and utf-8. Lastly decodes the hash using hexdigest.