-
Anytime the app goes to the background, it looses the SecurePreferences object. And when a new one is created with the same key as was used to create initially, the object becomes available and everyt…
-
com.app.utils.SecurePreferences$SecurePreferencesException: javax.crypto.BadPaddingException: pad block corrupted
at com.app.utils.SecurePreferences.convert(SecurePreferences.java:193)
at com.app.util…
-
When already use default constructor not passing password or keys, auto-generated key is saved in **default** shared preference.
But `handlePasswordChange(...)` also try to change that auto-generate…
-
I'm currentlly working in a proyect that uses a library to wrap secure-preferences. Google Play is recently reporting crashes in production with android 8.0 and 8.1 devices (mostly Galaxys S7, S9, A7 …
-
I'm getting this internal crash in all users with Samsung SCH-I705 (Samsung Tab2 7") with Adnroid 4.1.2, in the line what I'm doing this:
sPrefs = new SecurePreferences(context);
I'm importing the l…
-
I would like the `PreferenceManager.getDefaultSharedPreferences(this)` method to return my `SecurePreferences` instance.
So is it possible to set `SecurePreferences` as default shared preferences and…
rmunk updated
7 years ago
-
I am getting the below error while i am running my android app on the new Beta of Android 12. I use the version de.adorsys.android:securestoragelibrary:1.2.4
java.lang.IllegalArgumentException: B…
-
```
Caused by: java.lang.ClassCastException: Invalid int: "null"
at com.securepreferences.SecurePreferences.getInt(SecurePreferences.java:389)
```
This is a valid (but bad practice) call:
`…
-
My app uses the version 0.1.4.
Recently, I met a problem: call SecurePreferences. getInt() method, throw "Java. Lang. ClassCastException: null". I find in source code, and find the decrypt (final Str…
-
Hello - per the Android studio warnings, jCenter is now deprecated and apparently will soon be taken down.
I tried to remove it and switch to mavenCentral and this was the only package that was cau…