Page MenuHomePhabricator

Add AES cryptography to EncryptedNotifUtilsAPI
ClosedPublic

Authored by marcin on Sep 25 2024, 11:11 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 10, 4:17 PM
Unknown Object (File)
Fri, Nov 8, 3:02 AM
Unknown Object (File)
Fri, Nov 1, 4:22 PM
Unknown Object (File)
Fri, Nov 1, 5:36 AM
Unknown Object (File)
Tue, Oct 22, 1:18 PM
Unknown Object (File)
Tue, Oct 22, 10:22 AM
Unknown Object (File)
Tue, Oct 22, 10:22 AM
Unknown Object (File)
Mon, Oct 21, 10:43 AM
Subscribers

Details

Summary

This differential adds AES cryptography to EncryptedNotifUtilsAPI

Test Plan

Tested in the final diff

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Update to simpler approach

bartek added inline comments.
web/push-notif/encrypted-notif-utils-api.js
50 ↗(On Diff #44590)

TIL: we have Webpack polyfill for Buffer on web.
I was sure Buffer is a Node-only type and I was using plain ArrayBuffer and Uint8Array on web

This revision is now accepted and ready to land.Sep 26 2024, 2:14 AM
This revision was landed with ongoing or failed builds.Sep 27 2024, 7:48 AM
This revision was automatically updated to reflect the committed changes.