mozilla-lockwise / lockwise-android

Firefox's Lockwise app for Android
https://mozilla-lockwise.github.io/lockwise-android/
Mozilla Public License 2.0
621 stars 104 forks source link

Improve use of dataprotect #165

Closed sashei closed 5 years ago

sashei commented 6 years ago

Improve use of cryptographic primitives in Lockbox:

Right now, we do a lot of work to generate and verify the CryptoObject for device authentication. Rather than doing all this manually, we could leverage the Keystore class from @linuxwolf's DataProtect library to do the generation & verification for us.

linuxwolf commented 6 years ago

Requires mozilla-mobile/android-components#1206