Secured-Preference-Store icon indicating copy to clipboard operation
Secured-Preference-Store copied to clipboard

A cryptography library and a SharedPreferences wrapper for Android that encrypts the content with 256 bit AES encryption. The Encryption key is securely stored in device's KeyStore.

Results 24 Secured-Preference-Store issues
Sort by recently updated
recently updated
newest added

it has not updated for a long time. Do you know any similar library?

Thx for a great library. When running on a Android 9 device (Pixel) I see an error in the log. This happens both when target api is set to Android...

bug

When beta testing my app, one user out of around 1,000 users experienced "Attempt to invoke interface method 'int android.security.IKeystoreService.exist(java.lang.String, int)' on a null object reference" error and could not...

bug

Some users of my app got the following crash like [https://stackoverflow.com/questions/32400689/crash-casting-androidkeystorersaprivatekey-to-rsaprivatekey](here) or [https://stackoverflow.com/questions/32400689/crash-casting-androidkeystorersaprivatekey-to-rsaprivatekey](here). Seems that it not necessary to cast the private key to RSAPrivateKey.

Fixed secure preferences initialization with Android KeyStore, as described in https://stackoverflow.com/questions/52024752/android-p-keystore-exception-android-os-servicespecificexception?rq=1

I used this library quite often with a lot of success. However right now I have a problem with storing a long JSON string (>7000 chars). The edit().putString().apply() goes through...

1.device and version: Samsung Galaxy J7 Prime (on7xelte), Android 8.1 2.anr log "main" prio=5 tid=1 Native | group="main" sCount=1 dsCount=0 flags=1 obj=0x732abec0 self=0xee07b000 | sysTid=19949 nice=0 cgrp=default sched=0/0 handle=0xf23304b8 |...

Attempting to use this in a library that is shared between two apps. I have set the sharedUserId to the same ID in both apps (and the library). For the...

question

Hello, I am using the library and works fine in all the devices that I tested so far. The problem is that I receive crashes in production for some older...