mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-01-25 02:08:11 +00:00
26 lines
851 B
Plaintext
26 lines
851 B
Plaintext
---
|
|
title: '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).
|