Page MenuHomePhabricator

[web] Add function to encrypt media file
ClosedPublic

Authored by bartek on Apr 3 2023, 2:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Dec 14, 4:49 PM
Unknown Object (File)
Sat, Dec 14, 4:49 PM
Unknown Object (File)
Sat, Dec 14, 4:49 PM
Unknown Object (File)
Sat, Dec 14, 4:48 PM
Unknown Object (File)
Sat, Dec 14, 4:43 PM
Unknown Object (File)
Thu, Dec 5, 8:42 PM
Unknown Object (File)
Thu, Dec 5, 8:42 PM
Unknown Object (File)
Sun, Nov 24, 4:21 AM
Subscribers

Details

Summary

Add function that encrypts given File.

Depends on D7268

Test Plan

Tested together with child diffs

Diff Detail

Repository
rCOMM Comm
Branch
barthap/encrypted-media/js
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

bartek held this revision as a draft.
bartek published this revision for review.Apr 3 2023, 2:31 PM

Looks good, would've been helpful to have a few more specifics in the Test Plan

web/media/encryption-utils.js
33

Thanks for annotating the steps with comments, makes the code much easier to follow.

This revision is now accepted and ready to land.Apr 4 2023, 10:13 AM
web/media/encryption-utils.js
78

Maybe Step 3: Write encrypted file to disk or something?

This revision was automatically updated to reflect the committed changes.