---
description: >
  This guide teaches how to develop, deploy and operate CAP applications in a secure way.
uacp: Used as link target from Help Portal at https://help.sap.com/products/BTP/65de2977205c403bbc107264b8eccf4b/9186ed9ab00842e1a31309ff1be38792.html
---

# CAP Security and Data Privacy

Security, data protection and data privacy are critical aspects of modern application development,
with significant legal and ethical implications. \
The guides in this section are for developers, operators, administrators, and security professionals
who need to understand how to develop, deploy and operate secure and compliant CAP applications.
{.abstract}

#### Data Protection vs. Data Privacy:

| Feature    | Data Privacy                                   | Data Protection                                            |
|:-----------|:-----------------------------------------------|:-----------------------------------------------------------|
| **Focus**  | **_Who_** has access and **_how_** it is used. | Protect against unauthorized access.                       |
| **Nature** | A legal concept / human rights.                | A suite of security measures.                              |
| **Goals**  | Ensures user consent and lawful data handling. | Ensures data availability, integrity, and confidentiality. |

<br/>

<script setup> import { data as pages } from './index.data.ts' </script>
<IndexList :pages='pages' />
