> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/command/fr/securite/enterprise-controlled-encryption.md).

# Chiffrement contrôlé par l’entreprise

Le chiffrement contrôlé par l’entreprise (ECE) offre le plus haut niveau de sécurité des données en permettant à votre organisation de gérer ses propres clés de chiffrement. Avec ECE activé, seule votre organisation peut déchiffrer vos données—Verkada ne peut pas y accéder.

{% hint style="warning" %}
ECE nécessite une authentification unique (SSO) basée sur OIDC avec Google Workspace, Microsoft Entra ID ou Okta. Les fournisseurs uniquement SAML ne sont pas pris en charge.
{% endhint %}

***

## Comment fonctionne ECE

ECE utilise votre fournisseur d’identité pour générer et gérer les clés de chiffrement. Lorsqu’il est activé :

* Toutes les données au repos sont chiffrées avec des clés dérivées de votre IdP
* Verkada ne peut pas déchiffrer vos données sans l’autorisation de votre IdP
* Perdre l’accès à votre IdP signifie perdre l’accès à vos données chiffrées

***

## Configuration et récupération

{% content-ref url="/pages/d7e76fe21158c18a00d51f12e17530ad52dffa3c" %}
[Activer le chiffrement contrôlé par l’entreprise](/command/fr/securite/enterprise-controlled-encryption/enable-enterprise-controlled-encryption.md)
{% endcontent-ref %}

{% content-ref url="/pages/22f7bbfb03aab83d36a81bcb99439b14aa088aeb" %}
[Récupération de compte pour le chiffrement contrôlé par l’entreprise](/command/fr/securite/enterprise-controlled-encryption/ece-account-recovery.md)
{% endcontent-ref %}


---

# 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://help.verkada.com/command/fr/securite/enterprise-controlled-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.
