EncryptedPreferences icon indicating copy to clipboard operation
EncryptedPreferences copied to clipboard

AES-256 encrypted SharedPreferences for Android.

Results 1 EncryptedPreferences issues
Sort by recently updated
recently updated
newest added

We got a crashlytics report this morning with the below stack trace: `Fatal Exception: java.lang.StackOverflowError: stack size 8192KB at java.lang.reflect.Constructor.newInstance0(Constructor.java) at java.lang.reflect.Constructor.newInstance(Constructor.java:343) at java.security.Provider$Service.newInstance(Provider.java:1635) at javax.crypto.Cipher.tryTransformWithProvider(Cipher.java:2959) at javax.crypto.Cipher.tryCombinations(Cipher.java:2891) at javax.crypto.Cipher.createCipher(Cipher.java:728)...