rspl_secure_vault 0.0.1 copy "rspl_secure_vault: ^0.0.1" to clipboard
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_vault

With Flutter:

 $ flutter pub add rspl_secure_vault

This 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.1

Alternatively, 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';
4
likes
0
points
136
downloads

Publisher

verified publisherrishabhsoft.com

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#encryption #security #secure-storage #keychain #keystore

License

unknown (license)

Dependencies

flutter, flutter_secure_storage, plugin_platform_interface

More

Packages that depend on rspl_secure_vault

Packages that implement rspl_secure_vault