Questions tagged [encrypted-shared-preference]

23 questions
0
votes
0 answers

EncryptedSharedPreferences ship default values in encrypted fashion

I am saving aws credentials in EncryptedSharedPreferences to avoid Google Play flagging Your app(s) expose Amazon Web Services credentials. Is there a way I can bundle the default values in EncryptedSharedPreferences without having to put them in…
Arka Prava Basu
  • 2,366
  • 3
  • 18
  • 34
0
votes
0 answers

Android EncryptedSharedPreferences Multi-process

Has anyone implemented a multi-process EncryptedSharedPreferences? I couldn't find any google link to anything, nor could I find any StackOverflow posts regarding this. I'm trying to use EncryptedSharedPreferences and find that unlike normal…
Anusha
  • 337
  • 2
  • 4
  • 21
0
votes
0 answers

How to access existing SharedPreference by another android app

I'm having an app which is already live on play store and whole data of that app is stored in EncryptedSharedPreferences. I'm using androidx.security.crypto for the SharedPreferences. Now I'm going to have a new app on play store with different…
0
votes
1 answer

Saving user credentials in Encrypted Shared preferences is safe or not?

Trying to save user credentials is Encrypted Shared Preferences. Is this approach is safe?
0
votes
0 answers

EncryptedSharedPreferences is showing error.. What is the best way to keep (simple) values securely in android?

I am using Nox player as an emulator and the working environment is Android Studio. The current project's min-SDK version is 23 and compileSDKversion is 29. java.lang.NoClassDefFoundError: Failed resolution…
0
votes
0 answers

android using jwt authentication right way

I am currently building an application that uses JWT authentication. I've build this rest-api using nodejs,mongodb. Right now there is not expire duration for access tokens(i know it is not safe, but anyway). What do you think is the best option to…
nasibeyyubov
  • 1,735
  • 3
  • 11
  • 28
0
votes
1 answer

check value exists or not using EncryptedSharedPreferences android

I use the EncryptedSharedPreferences to store value while login...i want to change text in navigation drawer of home activity so when user is loggedin it will show logout else it will show login navigation drawer Loginactivity:-------- …
0
votes
1 answer

Using release candidate of android library security-crypto in production code

For one of the Android projects there is a need to store some values in Shared Preferences. For that I am planning to use EncryptedSharedPreferences But when I checked, one of the library androidx.security:security-crypto on which this…
anuragal
  • 3,024
  • 19
  • 27
1
2