You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 19, 2018. It is now read-only.
devinreams
added
to do
and removed
backlog
We have looked at and understand the issue. Prioritized with alignment to product initiatives.
labels
Nov 10, 2017
In order to support "FxA as Master Password" (mozilla-lockwise/lockbox-extension#209), the datastore needs to support encryption using a binary key.
initialize()
is called, allow the API user to pass in a JWK or Uint8Array that represents a symmetric key in order to prepare the databases.initialize()
without a key, and use a consistent "null" key value to support the low-touch "quickstart"unlock()
is called, allow the API user to pass in a JWK or Uint8Array that represents the symmetric key used when initializing.unlock()
without a key, and use the default "null" key valueThe text was updated successfully, but these errors were encountered: