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
F3673143: D8119.diff
Mon, Jan 6, 5:51 AM
Unknown Object (File)
Sat, Dec 28, 8:46 PM
Unknown Object (File)
Sat, Dec 28, 8:46 PM
Unknown Object (File)
Sat, Dec 28, 8:42 PM
Unknown Object (File)
Sat, Dec 28, 8:20 PM
Unknown Object (File)
Dec 4 2024, 8:45 PM
Unknown Object (File)
Nov 27 2024, 2:58 AM
Unknown Object (File)
Nov 26 2024, 11:24 PM
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