# EncryptionConfig

> **Class** in `langgraph_cli`

📖 [View in docs](https://reference.langchain.com/python/langgraph-cli/schemas/EncryptionConfig)

Configuration for custom at-rest encryption logic.

Allows you to implement custom encryption for sensitive data stored in the database,
including metadata fields and checkpoint blobs.

## Signature

```python
EncryptionConfig()
```

## Extends

- `TypedDict`

## Constructors

```python
__init__(
    path: str,
)
```

| Name | Type |
|------|------|
| `path` | `str` |


## Properties

- `path`

---

[View source on GitHub](https://github.com/langchain-ai/langgraph/blob/1142ebf9213e3eb01b9d1e7223b9f6b30bf8da61/libs/cli/langgraph_cli/schemas.py#L356)