Encryption at Rest
This refers to data that is encrypted when it is stored (not moving), such as data on a disc, in a database, or some other form of media. In addition to encryption of data during transit, encryption of data when it is stored in the servers provides an even higher level of security. EAR protects against any possible data leak due to server compromise or unauthorized access.
Encryption is done at the application layer using the AES-256 algorithm. AES-256 is a symmetric key encryption algorithm that uses 128-bit blocks and 256-bit keys. The key used to convert the data from plain text to cipher text is called Data Encryption Key(DEK). The DEK is further encrypted using the KEK (Key Encryption Key), providing yet another layer of security. The keys are generated and maintained by our in-house Key Management Service(KMS).
Learn more about our KMS
What data do we encrypt in Zoho RPA?
The data encrypted in Zoho RPA includes, but is not limited to
- Audit trail
- RPA flow History logs
- RPA agent installation keys for agent registration to the organization
- Data transferred to the RPA agent for workflow execution, with encryption during transit and temporarily encrypted and stored until execution completes and it's deleted
- Personally identifiable information
- App connections (Tokens and user credentials) powered by Zoho Flow
- All data stored in action configurations