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)
Wed, May 1, 10:24 PM
Unknown Object (File)
Sat, Apr 27, 8:56 PM
Unknown Object (File)
Sat, Apr 27, 8:56 PM
Unknown Object (File)
Sat, Apr 27, 8:56 PM
Unknown Object (File)
Sat, Apr 27, 8:54 PM
Unknown Object (File)
Sat, Apr 27, 8:30 PM
Unknown Object (File)
Mon, Apr 22, 1:23 PM
Unknown Object (File)
Wed, Apr 17, 3:28 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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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 ↗(On Diff #24586)

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 ↗(On Diff #24586)

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

This revision was automatically updated to reflect the committed changes.