> For the complete documentation index, see [llms.txt](https://docs.plenit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plenit.com/productos/object-storage/details/encryption-and-compliance.md).

# Resiliencia, cifrado y cumplimiento

Estos son los datos de durabilidad, cifrado y cumplimiento.

El porqué está en [Resiliencia y seguridad.](/productos/object-storage/concepts/resilience-and-security.md)

### Durabilidad

| Aspecto        | Detalle                                                           |
| -------------- | ----------------------------------------------------------------- |
| Triple réplica | Cada objeto se guarda en tres discos de tres servidores distintos |
| Otra ubicación | Al menos una copia se mantiene en un centro de datos distinto     |
| Diseño         | Pensado para una durabilidad muy alta del dato                    |

### Cifrado y seguridad

| Capa        | Protección                                       |
| ----------- | ------------------------------------------------ |
| En tránsito | Acceso cifrado mediante HTTPS                    |
| En reposo   | Objetos cifrados en almacenamiento               |
| Perimetral  | Firewall, IDS/IPS y protección anti-DDoS         |
| Aislamiento | Cada cliente queda aislado lógicamente del resto |
| Acceso      | Credenciales S3 que controlas y rotas            |

### Cumplimiento

| Marco     | Qué acredita                                  | Ámbito        |
| --------- | --------------------------------------------- | ------------- |
| ISO 27001 | Gestión de la seguridad de la información     | Internacional |
| ENS       | Esquema Nacional de Seguridad                 | España        |
| HDS       | Hébergeur de Données de Santé, datos de salud | Francia       |
| RGPD      | Reglamento General de Protección de Datos     | Unión Europea |

Para el detalle de certificaciones de la plataforma, consulta los Detalles de Servidores:

* [Certificaciones y cumplimiento (Servidores)](/productos/servers/details/certifications-and-compliance.md)

### Dónde seguir

* Cómo recuperas versiones anteriores: [Versionado e inmutabilidad.](/productos/object-storage/details/versioning-and-immutability.md)


---

# 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://docs.plenit.com/productos/object-storage/details/encryption-and-compliance.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.
