Page MenuHomePhabricator

[client-backup] implement function to encrypt backup
ClosedPublic

Authored by kamil on Aug 29 2023, 2:38 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 20, 4:37 PM
Unknown Object (File)
Wed, Nov 20, 4:37 PM
Unknown Object (File)
Wed, Nov 20, 4:36 PM
Unknown Object (File)
Wed, Nov 20, 4:18 PM
Unknown Object (File)
Tue, Oct 29, 10:01 AM
Unknown Object (File)
Oct 22 2024, 1:08 PM
Unknown Object (File)
Oct 22 2024, 1:08 PM
Unknown Object (File)
Oct 22 2024, 9:18 AM
Subscribers

Details

Summary

Implementing backup encryption with AES-256 in GCM mode.

Depends on D8998

Test Plan

Tested with next diff.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Aug 29 2023, 3:22 AM
kamil added inline comments.
native/backup/encryption.js
29 ↗(On Diff #30478)

ct1 and ct2 is a whitepaper notation

This revision is now accepted and ready to land.Aug 29 2023, 6:37 AM