A capacitor plugin to securely store key/value pairs such as passwords, tokens, and other sensitive information.
Key Features
- Secure storage using platform-native encryption
- iOS Keychain with iCloud Keychain sync support
- Android EncryptedSharedPreferences
- Simple key/value API
- Get all stored keys
- Clear all entries
Tech Stack
- Capacitor
- TypeScript
- Swift (iOS - Keychain)
- Java (Android - EncryptedSharedPreferences)