Page MenuHomePhabricator

[web] Add function to encrypt media file
ClosedPublic

Authored by bartek on Apr 3 2023, 2:10 PM.
Tags
None
Referenced Files
F3270803: D7293.id24713.diff
Sat, Nov 16, 4:41 AM
Unknown Object (File)
Tue, Nov 5, 10:23 PM
Unknown Object (File)
Tue, Nov 5, 10:23 PM
Unknown Object (File)
Sun, Oct 27, 1:58 AM
Unknown Object (File)
Sun, Oct 27, 1:58 AM
Unknown Object (File)
Sun, Oct 27, 1:58 AM
Unknown Object (File)
Sun, Oct 27, 1:58 AM
Unknown Object (File)
Sun, Oct 27, 1:53 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.