-
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…
-
See #42 for the original issue, but the repro, at least, is the same for this issue.
The first time running the app after clearing data and restarting, I get this:
```
io.reactivex.exceptio…
-
Two crashes reported here which seem very related? Currently affect about ~dozen people.
See also #165
```
java.lang.RuntimeException:
at android.app.ActivityThread.handleBindApplication (…
-
Hi
I am trying to write unit tests, one of which requires an instance of SecurePreferences. So I am passing a context like this:
`mContext = Mockito.mock(Context.class);`
`securePreferences = new Sec…
-
I can consistently reproduce a crash on my Pixel 3 by just clearing app storage and starting again. It appears the cause is a `ProviderException` caused (eventually) by a `KeyStoreException` with the …
-
## Steps to reproduce
1. Launch Lockwise and tap Get Started
2. Input email address
3. Press continue button
4. Set focus to the password field with a tap
### Expected behavior
Can type passwo…
-
v0.1.6 of [scottyab/secure-preferences](https://github.com/scottyab/secure-preferences) solved the [issue](https://github.com/scottyab/secure-preferences/issues/38), the problem is that the libs are i…
-
Any idea what could cause this exception to be raised?
```
Caused by java.lang.NegativeArraySizeException: -16
at at.favre.lib.armadillo.AesGcmEncryption.decrypt(SourceFile:99)
at …
-
I am using Auto Backup to save my shared preferences including the encrypted values in SecurePreferences.xml. However, I have noticed that after an uninstall/re-install that the values in SecurePrefe…
-
I cannot figure out where you have mentioned the encryption key in the code. Can you please tell me how to use my own key for encryption ? @sveinungkb