> For the complete documentation index, see [llms.txt](https://mariadb.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mariadb.com/docs/release-notes/enterprise-server/about/mariadb-enterprise-server-differences/mariadb-enterprise-server-data-at-rest-encryption.md).

# MariaDB Enterprise Server - Data-at-Rest Encryption

## Overview

[MariaDB Enterprise Server](https://github.com/mariadb-corporation/docs-release-notes/blob/test/en/mariadb-enterprise-server/README.md) and MariaDB Community Server support data-at-rest encryption, which secures data on the file system. The server and storage engines encrypt data before writing and decrypt it during reads, ensuring that the data is only unencrypted when accessed directly through the server.

## Encryption Plugins

| Topic                         | Resources                                                                                                                                                                                                                                                                            |
| ----------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Encryption Plugins            | [Choosing an Encryption Plugin](/docs/release-notes/enterprise-server/about/mariadb-enterprise-server-differences/mariadb-enterprise-server-data-at-rest-encryption/encryption-plugins/choosing-an-encryption-plugin.md)                                                             |
| HashiCorp Vault               | [HashiCorp Vault and MariaDB](/docs/server/server-management/automated-mariadb-deployment-and-administration/hashicorp-vault-and-mariadb.md)                                                                                                                                         |
| Amazon Web Services (AWS) KMS | [Understanding the AWS KMS Encryption Plugin](/docs/release-notes/enterprise-server/about/mariadb-enterprise-server-differences/mariadb-enterprise-server-data-at-rest-encryption/encryption-plugins/amazon-web-services-aws-kms-understanding-the-amazon-web-services-aws-kms-e.md) |
| File Key Management           | [Understanding the File Key Management Encryption Plugin](/docs/server/security/encryption/data-at-rest-encryption/key-management-and-encryption-plugins/file-key-management-encryption-plugin.md)                                                                                   |

## Storage Engine Encryption

| Topic                                                         | Resources                                                                                               |
| ------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
| [InnoDB](/docs/server/server-usage/storage-engines/innodb.md) | [Encrypting InnoDB Data](/docs/server/security/encryption/data-at-rest-encryption/innodb-encryption.md) |
| [Aria](/docs/server/server-usage/storage-engines/aria.md)     | [Encrypting Aria Data](/docs/server/security/encryption/data-at-rest-encryption/aria-encryption.md)     |

## Replication Cache Encryption

| Topic                                                             | Resources                                                                                                                                                                                                      |
| ----------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Binary Logs                                                       | [Encrypting Binary Logs](/docs/server/security/encryption/data-at-rest-encryption/managing-binary-log-encryption.md)                                                                                           |
| [Galera Cluster](https://mariadb.com/docs/galera-cluster/) Gcache | [Encrypting Galera Cluster's Gcache](/docs/release-notes/enterprise-server/about/mariadb-enterprise-server-differences/mariadb-enterprise-server-data-at-rest-encryption/encrypting-galera-clusters-gcache.md) |

Additional information is available on the [Data-at-Rest Encryption](/docs/server/security/encryption/data-at-rest-encryption.md) page.

<sub>*This page is: Copyright © 2025 MariaDB. All rights reserved.*</sub>

{% @marketo/form formid="4316" formId="4316" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://mariadb.com/docs/release-notes/enterprise-server/about/mariadb-enterprise-server-differences/mariadb-enterprise-server-data-at-rest-encryption.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
