cordova-plugin-secure-key-store icon indicating copy to clipboard operation
cordova-plugin-secure-key-store copied to clipboard

Cordova plugin for securely saving keys, passwords or strings on devices.

Results 7 cordova-plugin-secure-key-store issues
Sort by recently updated
recently updated
newest added

Could you please publish the latest version of the package to npm.

What is the **maximum size** for a single key to be successfully stored? I've been experimenting with longer strings (up to 1K characters) and was surprised that it stores the...

i'm new to cordova I see in https://cordova.apache.org/docs/en/latest/guide/platforms/android/#signing-an-app that keystore is generated using user provided password is this keystore file reused OR new one is created?

Hi. I'm just testing if the plugin works as expected, as the other one (cordova-plugin-securestorage) is deprecated. getting an item from the storage, if storage is there, returns this stringified...

Error getting from securekeystore{"code":1,"api-level":26,"message":javax.crypto.IllegalBlockSizeException} Unable to get saved password from secure key store

Are there any plans to update this plugin against Xcode's deprecation warnings? Thanks!

I tried to integrate the plugin in Cordova project to secure my passwords, I can see the object {"serviceName":"SecureKeyStore"} when calling window.cordova.plugins.SecureKeyStore, but when i tried to set/get values i...