> 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/fr/productos/object-storage/details/encryption-and-compliance.md).

# Résilience, chiffrement et conformité

Voici les données de durabilité, de Chiffrement et de conformité.

La raison est dans [Résilience et sécurité.](/fr/productos/object-storage/concepts/resilience-and-security.md)

### Durabilité

| Aspect            | Détail                                                                 |
| ----------------- | ---------------------------------------------------------------------- |
| Triple Réplique   | Chaque objet est stocké sur trois disques de trois Serveurs différents |
| Autre emplacement | Au moins une copie est conservée dans un Centre de données différent   |
| Conception        | Conçu pour une très haute durabilité des données                       |

### Chiffrement et sécurité

| Couche       | Protection                                           |
| ------------ | ---------------------------------------------------- |
| En transit   | Accès Chiffrement via HTTPS                          |
| Au repos     | Objets Chiffrement dans le stockage                  |
| Périmétrique | Pare-feu, IDS/IPS et protection anti-DDoS            |
| Isolement    | Chaque Client est isolé logiquement du reste         |
| Accès        | Identifiants S3 que vous contrôlez et faites tourner |

### Conformité

| Cadre     | Ce qu'il atteste                                | Périmètre        |
| --------- | ----------------------------------------------- | ---------------- |
| ISO 27001 | Gestion de la sécurité de l'information         | International    |
| ENS       | Schéma national de sécurité                     | Espagne          |
| HDS       | Hébergeur de Données de Santé, données de santé | France           |
| RGPD      | Règlement général sur la protection des données | Union européenne |

Pour le détail des certifications de la plateforme, consultez les Détails de Serveurs :

* [Certifications et conformité (Serveurs)](/fr/productos/servers/details/certifications-and-compliance.md)

### Où suivre

* Comment récupérer les versions précédentes : [Versionnage et immuabilité.](/fr/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/fr/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.
