> ## Documentation Index
> Fetch the complete documentation index at: https://docs.prowler.com/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.prowler.com/feedback

```json
{
  "path": "/security/encryption",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Encryption

Prowler Cloud uses encryption everywhere possible. All data and communications are encrypted at rest and in transit.

## Encryption at Rest

All data stored in Prowler Cloud is encrypted at rest using AES-256 encryption, including:

* **Database contents:** All scan results, findings, and configuration data.
* **File storage:** Reports, exports, and uploaded files.
* **Backups:** All backup data is encrypted.

## Encryption in Transit

All communications with Prowler Cloud are encrypted in transit using TLS 1.2 or higher, including:

* **API requests:** All REST API communications.
* **Web application traffic:** Browser-to-server connections.
* **Internal service communication:** Service-to-service traffic within the platform.

## Contact

For questions regarding encryption, visit the [Support page](/support).
