This repository was archived by the owner on Nov 1, 2022. It is now read-only.

Description
In service-sync-autofill there is a getManagedKey responsible for generating, storing and checking stored keys used for protecting credit card information stored at rest.
https://github.com/mozilla-mobile/android-components/pull/10987/files is now in need of the same set of key-management operations for the new logins storage. The first pass of the revised Logins storage copy-pastes the key management logic, let's look at how we can reduce the duplication.
┆Issue is synchronized with this Jira Task