capacitor-secure-storage-plugin
capacitor-secure-storage-plugin copied to clipboard
Capacitor plugin for storing string values securly on iOS and Android.
When the Keychain is already empty and then calling `SecureStoragePlugin.clear()` on iOS, it throws an error: ``` ⚡️ To Native -> SecureStoragePlugin clear 101871643 ⚡️ [error] - {"message":"error","errorMessage":"error"} ``` This...
Previously I created this issue for the following reason. This plugin is getting the following error when `minifyEnabled` is set to `true` in Android. This error is actually coming always...
I have an existing cordova app that we are migrating to capacitor. The previously [cordova plugin](https://github.com/crypho/cordova-plugin-secure-storage) we were using allowed the `serviceName` to be specified when reading/writing data. However this...
Will you be interested into implementing (or accetting PRs) about adding the ability to use `setUserAuthenticationRequired` (and it's iOS corrispective) to secure the data (if biometric sensors are available)? Inspiration:...
Good morning, I would like to understand if this plugin rely on Hardware / Secure Enclave / HSM generated keys when data are going to be ciphered to be stored...
To support electron platform and cover all desktop platforms, the keytar wrapper may be added into plugin. https://github.com/atom/node-keytar
I'm getting TypeError for the line ```import 'capacitor-secure-storage-plugin';``` whenever I'm testing with jest and enzyme. Is this line still needed? The jest error: ```TypeError: Super expression must either be null...
Hello, Plugin cordova secure storage permit to verify that Screen lock options PIN or Password is enabled and throw "Mobile is not secure" error if it's not. In capacitor plugin...
Disclaimer, I'm fairly new to Android and Capacitor development. For Android, is there a reason [EncryptedSharedPreferences](https://developer.android.com/topic/security/data) aren't used? It seems like this would greatly simplify the plugin and essentially remove...