We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21ddc09 commit 3083053Copy full SHA for 3083053
docs/Video Encryption.md
@@ -38,7 +38,6 @@ We considered several alternatives:
38
39
- **Real-time encryption**: Not possible with CameraX's file-based recording API.
40
- **Custom camera implementation**: Would sacrifice quality, stability, and features that CameraX provides.
41
-- **Memory-mapped encryption**: Still requires the entire file in virtual memory space.
42
43
Post-recording encryption is a pragmatic trade-off. The temp file exists unencrypted briefly, but only in app-private
44
storage which is already protected by Android FBE when the device is locked. This is the real security boundary - not
0 commit comments