zk_vault 0.1.3 copy "zk_vault: ^0.1.3" to clipboard
zk_vault: ^0.1.3 copied to clipboard

Zero-Knowledge style secure storage for Flutter/Dart applications with platform KMS integration

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add zk_vault

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  zk_vault: ^0.1.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:zk_vault/zk_vault.dart';
1
likes
150
points
91
downloads

Publisher

unverified uploader

Weekly Downloads

Zero-Knowledge style secure storage for Flutter/Dart applications with platform KMS integration

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cryptography, flutter, path, path_provider, synchronized

More

Packages that depend on zk_vault