Skip to content

Commit 3083053

Browse files
authored
clean up
1 parent 21ddc09 commit 3083053

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/Video Encryption.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ We considered several alternatives:
3838

3939
- **Real-time encryption**: Not possible with CameraX's file-based recording API.
4040
- **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.
4241

4342
Post-recording encryption is a pragmatic trade-off. The temp file exists unencrypted briefly, but only in app-private
4443
storage which is already protected by Android FBE when the device is locked. This is the real security boundary - not

0 commit comments

Comments
 (0)