rspl_secure_vault 0.0.1
rspl_secure_vault: ^0.0.1 copied to clipboard
A secure encryption plugin for Flutter using envelope encryption with platform-specific key management. Leverages iOS Secure Enclave/Keychain and Android Keystore for hardware-backed key protection.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add rspl_secure_vaultWith Flutter:
$ flutter pub add rspl_secure_vaultThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
rspl_secure_vault: ^0.0.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:rspl_secure_vault/rspl_secure_vault.dart';