ophio / secure-preferences

Android secure shared preferences using Android Keystore system
https://medium.com/@vashisthg/android-secure-shared-preferences-10f8356a4c2b
Apache License 2.0
348 stars 56 forks source link

NoSuchAlgorithmException #22

Open rasoulinejad opened 7 years ago

rasoulinejad commented 7 years ago

hi this method cause exception on some device such alps alps A7 ,android 5.1 ObscuredSharedPreferences.java -> protected String encrypt(String value)

java.lang.RuntimeException: java.security.NoSuchAlgorithmException: No proviѤer found for PBEWithMD5AndDES

ragdroid commented 7 years ago

@rasoulinejad Thank you for reporting, we will have a look at this and try to resolve it soon.