-
Hi there!
First of all, awesome job on the library, it really keeps the encrypting neat and simple. Good work!
Nevertheless, I'm facing the next issue:
When a long string is gonna be stored, t…
-
I'm trying to store a JWT access token using SecurePreferences.
But when i store a 245+ char long string i get:
`de.adorsys.android.securestoragelibrary.SecureStorageException: javax.crypto.IllegalB…
-
2019-01-19 13:02:09.533 3402-3402/com.strongapps.frettrainer.android E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.strongapps.frettrainer.android, PID: 3402
java.lang.ClassCastExcepti…
-
On startup (I think), `detectAccount` runs...
https://github.com/mozilla-lockwise/lockwise-android/blob/c435688538e54d309dbc94e74682c2904267363f/app/src/main/java/mozilla/lockbox/store/AccountStore.k…
-
Using version 1.1.1. Have seen this on Android 8 devices (so far)
```
Caused by java.lang.NullPointerException: invalid null input
at java.security.KeyStore$PrivateKeyEntry. + 559(KeyStore…
-
```
if (SecurePreferences.contains(DOWNLOAD_KEY)) {
SecurePreferences.getStringValue(DOWNLOAD_KEY, null)!!.toSecretByteArray
}
```
`SecurePreferences.getStringValue` is throwing a NPE on on…
-
Hello,
I'm having a crash. When the app is backgrounded for periods of time, the system kills it. When the app re-initializes and dagger is setup again, I get this crash.
```java
Caused by: java.…
-
Dear adorsys
I have a small problem with your well made encapsulation, when I reboot the Android device (Phillips TV 4.4.4) the key that I have previously stored is wiped ... Do you know why? I…
-
I user this library and method `SecurePreferences#setValue(String, String)`.
But the method executing too long, around 3 seconds on Samsung Galaxy s10. It is really very long.
Could you help and imp…
-
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…