Page MenuHomePhabricator

[web-db] add methods to import/export key to `JWK` format
ClosedPublic

Authored by kamil on Jun 6 2023, 10:09 AM.
Tags
None
Referenced Files
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
Unknown Object (File)
Mar 5 2024, 11:54 PM
Unknown Object (File)
Feb 10 2024, 5:52 AM
Unknown Object (File)
Feb 10 2024, 5:51 AM
Unknown Object (File)
Feb 10 2024, 5:50 AM
Subscribers

Details

Summary

JWK is JSON objects representation of private, public, and secret keys (docs).
This allows transferring key between threads on Safari, structure clone algorithm should handle JWK format which is a simple JS object.
(context)

Depends on D8118

Test Plan

Run tests

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable