# Data Security and Privacy

1. Encryption at Rest:
   * AES-256 encryption for all sensitive data stored in databases
   * Secure key management using Hardware Security Modules (HSMs)
2. Data Anonymization:
   * Pseudonymization of personal data where full anonymity isn't possible
   * Data minimization practices to collect only necessary information
3. Access Control:
   * Role-Based Access Control (RBAC) for granular permissions management
   * Principle of least privilege applied to all system accounts and user roles
4. Secure Data Deletion:
   * Implemented "right to be forgotten" with secure data wiping techniques
   * Regular data purging of unnecessary historical data
5. Secure Enclaves:
   * Utilization of secure enclaves (e.g., Intel SGX) for processing highly sensitive data
   * Confidential computing techniques to protect data in use


---

# Agent Instructions: 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:

```
GET https://ganjes-organization.gitbook.io/ganjes-white-paper/dapp-v1/security-module/data-security-and-privacy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
