For the complete documentation index, see llms.txt. This page is also available as Markdown.

Secure Storage

Secure Storage plugin for Cordova and Ionic. This plugin gets, sets and removes key,value pairs from a device's secure storage. Requires Cordova plugin:…

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.

The browser platform is supported as a mock only. Key/values are stored unencrypted in localStorage.

Installation

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

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

Supported Platforms

  • Android

  • Browser

  • iOS

Further Information

Last updated