pradeep1991singh / cordova-plugin-secure-key-store

Cordova plugin for securely saving keys, passwords or strings on devices.
MIT License
25 stars 29 forks source link

Exception: java.security.NoSuchAlgorithmException #6

Closed nishammahsin closed 7 years ago

nishammahsin commented 7 years ago

Exception: java.security.NoSuchAlgorithmException: KeyStore AndroidOpenSSL implementation not found getting this error

pradeep1991singh commented 7 years ago

Hi @nishammahsin I was also able to reproduce this issue on api level 19 and I have pushed fixes in latest release which is v1.4.1. Get latest release (latest code), hope it should fix issue for you. Find latest release here - https://github.com/pradeep1991singh/cordova-plugin-secure-key-store/releases/tag/v1.4.1

Thanks.

nishammahsin commented 7 years ago

Thanks. it fixed