> For the complete documentation index, see [llms.txt](https://danielsogl.gitbook.io/awesome-cordova-plugins/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://danielsogl.gitbook.io/awesome-cordova-plugins/plugins/plugins/secure-storage-echo.md).

# 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.

## Installation

```bash
ionic cordova plugin add cordova-plugin-secure-storage-echo
npm install @awesome-cordova-plugins/secure-storage-echo
```

**Plugin Repo:** <https://github.com/mibrito707/cordova-plugin-secure-storage-echo>

## Supported Platforms

* Android
* Browser
* iOS
* Windows

## Further Information

* [Installation Guide](/awesome-cordova-plugins/installation.md)
* [FAQ](/awesome-cordova-plugins/faq.md)
