It pairs with encryption in transit, which protects data while it moves across a network. In transit is what HTTPS gives you on a website. At rest is what protects the copy sitting in a database or a backup afterwards. Both are needed, because they defend against different failures: interception on the wire versus someone getting hold of stored media.
In practice, encryption at rest is a baseline expectation rather than a differentiator. Major cloud platforms provide it by default, and security frameworks including SOC 2 and HIPAA treat it as standard. The more interesting questions are how keys are managed, who can access them, and whether backups are covered too — encryption is only as good as the key handling around it.
For a website chat widget the stored data is conversation transcripts and captured contact details, which is exactly the kind of thing that should never sit in plain text. Clerkzo is SOC 2 Type II examined, GDPR compliant and HIPAA assessed, so this sits alongside the other controls an IT reviewer will look for.
Related terms
Browse all 142 terms- REST APIA REST API is a widely used style of web API in which software interacts with data through ordinary web addresses and standard HTTP actions such as get, create, update and delete. It is the default way most modern web services expose their data.
- User ConsentUser consent is a person's freely given, specific and informed agreement to a stated use of their personal data, indicated by a clear affirmative action rather than silence or a pre-ticked box.
- Data Processing Agreement (DPA)A data processing agreement (DPA) is a contract between a data controller and a data processor that sets out how the processor may handle personal data on the controller's behalf, what safeguards apply, and what happens when the arrangement ends.
- No-ShowA no-show is a booked appointment where the customer never turns up and never cancels, leaving the slot empty and unsellable. It is different from a cancellation, because a cancellation at least gives you time to refill the time.