---
title: PKCS1MD5
framework: security
role: symbol
role_heading: Type Property
path: security/secpadding/pkcs1md5
---

# PKCS1MD5

Data to be signed is an MD5 hash.

## Declaration

```swift
static var PKCS1MD5: SecPadding { get }
```

## Discussion

Discussion Standard ASN.1 padding is done, as well as PKCS1 padding of the underlying RSA operation. Used with SecKeyRawSign(_:_:_:_:_:_:) and SecKeyRawVerify(_:_:_:_:_:_:) only.
