---
title: ciphertext
framework: cryptokit
role: symbol
role_heading: Instance Property
path: cryptokit/chachapoly/sealedbox/ciphertext
---

# ciphertext

The encrypted data.

## Declaration

```swift
var ciphertext: Data { get }
```

## See Also

### Inspecting the component elements

- [nonce](cryptokit/chachapoly/sealedbox/nonce.md)
- [tag](cryptokit/chachapoly/sealedbox/tag.md)
