Type Method
md5(of:)
Computes the MD5 checksum of the given data as a lowercased hex string.
static func md5(of data: Data) -> String
Parameters
dataThe data to compute the checksum for.
Return Value
The MD5 checksum as a hex string.
Discussion
Important
This hash algorithm isn’t considered cryptographically secure.