Secure Storage
Bifrost Technology
NativePHP^3.0iOS18.2+Android26+
Encrypted key-value storage using iOS Keychain and Android EncryptedSharedPreferences.
Features
- Encrypted storage for sensitive data (tokens, credentials, secrets)
- iOS Keychain Services with hardware-backed encryption
- Android EncryptedSharedPreferences with AES-256-GCM encryption
- Three core methods:
set(),get(),delete() - Works with PHP (Livewire/Blade) and JavaScript (Vue/React/Inertia)
Installation
Requires Composer credentials for the NativePHP plugin repository.
composer config repositories.nativephp-plugins composer https://plugins.nativephp.com
composer config http-basic.plugins.nativephp.com your@email.com your-license-key
composer require nativephp/mobile-secure-storage
Compatibility
| Platform | Minimum Version |
|---|---|
| NativePHP | ^3.0 |
| iOS | 18.2+ |
| Android | API 26+ |