Matthew A. Miller
Matthew A. Miller
@davesag your question on StackOverflow should be answered, and the README is updated to at least talk about what key is used for which operation. Real examples are still pending,...
Apologies for the delay. Adding support for these curves has largely been limited to when they are available "everywhere" (node and current browsers). That said, even if not available reliably...
This is a worthwhile request. It'll need to cover JWE as well as JWS, and deal with the various serialization forms, but at least a cursory pass would help.
You can specify which content encryption algorithm to use when calling `createEncrypt`: ```javascript const opts = { contentAlg: "A128GCM", ]; const jwe = jose.JWE.createEncrypt(opts, key); ... ```
> If a user saves credentials to a Lockbox instance, without attaching a FxA, how are these handled? Option to combine those with existing data store? This question isn't describing...
I aspire to have it for alpha ...
Additional considerations: * reconciling with remote cloud state * duration of soft delete * multiplicity of soft delete (one-by-one versus many)
Related to mozilla-lockbox/lockbox-extension#521
Blocked by mozilla-lockbox/lockbox-extension#489
It should be fairly easy to do a basic "substring" search over title and username, all in the "./manage" view.