mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
28 lines
1.0 KiB
Markdown
28 lines
1.0 KiB
Markdown
|
<a style="float:right;font-size:12px;" href="http://github.com/danielsogl/awesome-cordova-plugins/edit/master/src/@awesome-cordova-plugins/plugins/secure-storage-echo/index.ts#L111">
|
||
|
Improve this doc
|
||
|
</a>
|
||
|
|
||
|
# Secure Storage Echo
|
||
|
|
||
|
```
|
||
|
$ ionic cordova plugin add cordova-plugin-secure-storage-echo
|
||
|
$ npm install @ionic-native/plugins/secure-storage-echo
|
||
|
```
|
||
|
|
||
|
## [Usage Documentation](https://ionicframework.com/docs/native/secure-storage-echo/)
|
||
|
|
||
|
Plugin Repo: [https://github.com/mibrito707/cordova-plugin-secure-storage-echo](https://github.com/mibrito707/cordova-plugin-secure-storage-echo)
|
||
|
|
||
|
This plugin gets, sets and removes key,value pairs from a device's secure storage.
|
||
|
|
||
|
Requires Cordova plugin: `cordova-plugin-secure-storage-echo`. For more info, please see the [Cordova Secure Storage docs](https://github.com/mibrito707/cordova-plugin-secure-storage-echo).
|
||
|
|
||
|
The browser platform is supported as a mock only. Key/values are stored unencrypted in localStorage.
|
||
|
|
||
|
## Supported platforms
|
||
|
|
||
|
- Android
|
||
|
- Browser
|
||
|
- iOS
|
||
|
- Windows
|