---
title: kSecInputIsRaw
framework: security
role: symbol
role_heading: Global Variable
path: security/ksecinputisraw
---

# kSecInputIsRaw

The input is raw.

## Declaration

```swift
let kSecInputIsRaw: CFString
```

## Discussion

Discussion Using this type of input can be cryptographically unsafe (for example if you don’t blind a DSA or ECDSA signature you give away the key very quickly). You are strongly discouraged from using it..
