<aside> 📣 Best practices to ensure secure data transactions

</aside>

Table of Content


Encryption

Encryption standards for storing data at rest

Data at rest is stored in two forms:

File storage is configured with server-side encryption using AES-256 encryption. The storage policy enforces any file uploaded into the storage to be encrypted. Data in RDS Servers is stored in isolated databases for each user, encrypted at rest using AES-256. All logs, backups and snapshots for a Database Server are encrypted. Database Servers’ stand-by replicas maintained for reliability are also encrypted.

Encryption standards for data in transit

PDS infrastructure uses industry-standard tiered network setup, segregated according to three areas:

Is data ever stored in an unencrypted form?

Data in-use is stored in a PostgreSQL database. Such data is not encrypted client-side and is stored in its original form. Data may be cached by an Application Server or a cluster-internal cache server in-memory for a short amount of time to enhance performance.