awesome-cordova-plugins/docs/plugins/secure-storage/README.md

31 lines
1005 B
Markdown
Raw Normal View History

2021-09-29 20:09:02 +08:00
<a style="float:right;font-size:12px;" href="http://github.com/danielsogl/awesome-cordova-plugins/edit/master/src/@awesome-cordova-plugins/plugins/secure-storage/index.ts#L88">
Improve this doc
</a>
# Secure Storage
```
$ ionic cordova plugin add cordova-plugin-secure-storage-echo
$ npm install @ionic-native/plugins/secure-storage
```
## [Usage Documentation](https://ionicframework.com/docs/native/secure-storage/)
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`. For more info, please see the [Cordova Secure Storage docs](https://github.com/Crypho/cordova-plugin-secure-storage).
The browser platform is supported as a mock only. Key/values are stored unencrypted in localStorage.
## Supported platforms
- Android
- Browser
- iOS
- Windows
2021-09-29 20:38:45 +08:00