mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
25 lines
829 B
Markdown
25 lines
829 B
Markdown
|
# Secure Storage
|
||
|
|
||
|
```text
|
||
|
$ ionic cordova plugin add cordova-plugin-secure-storage-echo
|
||
|
$ npm install @awesome-cordova-plugins/secure-storage
|
||
|
```
|
||
|
|
||
|
## [Usage Documentation](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/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
|
||
|
|