Page MenuHomePhabricator

[web-db] re-create encryption key from JWK on Safari
ClosedPublic

Authored by kamil on Jun 6 2023, 10:19 AM.
Tags
None
Referenced Files
F1681093: D8123.diff
Mon, Apr 29, 9:58 PM
F1678951: D8123.id27752.diff
Mon, Apr 29, 1:17 PM
Unknown Object (File)
Sat, Apr 27, 7:50 AM
Unknown Object (File)
Wed, Apr 17, 9:25 PM
Unknown Object (File)
Wed, Apr 17, 9:25 PM
Unknown Object (File)
Wed, Apr 17, 9:25 PM
Unknown Object (File)
Wed, Apr 17, 9:25 PM
Unknown Object (File)
Wed, Apr 17, 9:23 PM
Subscribers

Details

Summary

Using key created in main thread.
(context)

Depends on D8121

Test Plan

Check if key is properly interpreted

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Jun 7 2023, 1:50 AM
tomek added inline comments.
web/database/worker/db-worker.js
65

We don't need to explicitly state Safari here - this function doesn't care about the platform

This revision is now accepted and ready to land.Jun 13 2023, 4:29 AM

rename param

web/database/worker/db-worker.js
65

encryptionKey is already declared (see line 57), I'll update this to encryptionKeyJWK