Insecure

public enum Insecure

Algorithms that we support for legacy reasons but that are insecure to use. Do not adopt in new protocols.

  • MD5

    The MD5 Hash Function. ⚠️ Security Recommendation: The MD5 hash function is no longer considered secure. We strongly recommend using the SHA-256 hash function instead.

    See more

    Declaration

    Swift

    public struct MD5 : HashFunctionImplementationDetails
  • The SHA-1 Hash Function. ⚠️ Security Recommendation: The SHA-1 hash function is no longer considered secure. We strongly recommend using the SHA-256 hash function instead.

    See more

    Declaration

    Swift

    public struct SHA1 : HashFunctionImplementationDetails

SHA1Digest + DigestPrivate

MD5Digest + DigestPrivate