<a style="float:right;font-size:12px;" href="http://github.com/ionic-team/ionic-native/edit/master/src/@ionic-native/plugins/secure-storage/index.ts#L76">
  Improve this doc
</a>

# Secure Storage

```
$ ionic cordova plugin add cordova-plugin-secure-storage-echo
$ npm install @ionic-native/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
  


