How Respondus Encrypts and Stores Your Mac Recording (2026 Architecture Review)

Respondus Monitor recordings on macOS travel TLS 1.3 from your Mac to AWS, where they're encrypted at rest with AES-256 on S3. The on-disk buffer in `~/Library/Group Containers/group.com.respondus.lockdownbrowser/` is the gap - it's not documented as encrypted, meaning anyone with disk access could potentially read partial recordings before upload completes.

The encryption stack, end-to-end

StageEncryptionSource of truth
Capture (camera/mic → Mac RAM)None - raw frames in memoryAVFoundation framework
Local buffer (Mac → upload queue)Not publicly documentedGroup Container files
Upload (Mac → Respondus servers)TLS 1.3 in transitHTTPS to *.respondus.com
Server storage (S3 buckets)AES-256 at rest, AWS-managed keysRespondus privacy policy
Instructor playbackTLS 1.3 in transitDashboard playback URL

Where the on-disk buffer lives

During an exam, Monitor writes pre-upload chunks to ~/Library/Group Containers/group.com.respondus.lockdownbrowser/. After successful upload (typically within 24 hours), the buffer is supposed to clear - but the leftover-files page documents cases where it persists for weeks.

What's in the buffer:

Whether these files are encrypted on-disk is not publicly stated by Respondus. Forensic inspection of buffer files in 2025-2026 community testing has shown them to be readable as standard MP4/JPEG without decryption - meaning any process or user with read access to your home directory can view the content of an in-progress or stuck-buffer recording.

Server-side architecture

Respondus's privacy policy and Monitor resources documents confirm:

The encryption gaps to know

  1. On-disk buffer in plain MP4. If your Mac is shared, family-borrowed, or its disk is later accessed, recordings are readable until the buffer clears.
  2. Pre-TLS RAM frames. Any process with permission to read app memory can intercept frames before encryption. Mostly a concern for managed Macs with EDR.
  3. Instructor download = decrypted. Once an instructor downloads the recording for review, it lives on their local disk in plain MP4 - outside Respondus's encryption controls.
  4. Time Machine backups: the Group Container directory IS included by default. Long-term local storage of buffered chunks is possible.

What you can control on Mac

Frequently asked questions

Is my exam recording encrypted while it sits on my Mac?

Not in any documented way. Forensic testing of the on-disk buffer files shows them to be standard MP4 + JPEG, readable without decryption. Server-side storage is AES-256 encrypted, but the local buffer is the privacy gap - clear it after every exam.

Can my university IT see my recording before it reaches Respondus?

In transit, no - TLS 1.3 prevents man-in-the-middle inspection. But on a managed Mac with EDR (CrowdStrike, SentinelOne), agents may inspect process memory. Personal Macs are not subject to this.

How do I confirm my recording uploaded successfully?

Check the size of <code>~/Library/Group Containers/group.com.respondus.lockdownbrowser/</code> 24 hours after the exam. If it's under 10 MB, upload succeeded. If it's still hundreds of MB or several GB, upload likely failed - email your instructor.