-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
You people are doing really great 👍
I was trying to put my secret using your library but I'm facing below problem-
// Save preference
KeystoreManager.getInstance().setPreference("key", "hello");
// Get preference
String preference = KeystoreManager.getInstance().getPreference("key");
the method setPreference() will save my key & value in encrypted format but the method getPreference() will convert the key first into in encrypted format and then will search in shared pref and it will not find any entry because Key's encryption is deferent.
Is there any help to solve this?
Metadata
Metadata
Assignees
Labels
No labels