String
extension String
-
Returns the md5sum for a string to provide a simple unique representation of the string. NOTE Not fit for purpose of password hashing. Should be solely used to derive a unique hex sequence from self
Declaration
Swift
public var md5sum: String { get }