mbx_secure_file 1.0.1 copy "mbx_secure_file: ^1.0.1" to clipboard
mbx_secure_file: ^1.0.1 copied to clipboard

Encrypted file storage with AES-256 + PBKDF2 for Flutter

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add mbx_secure_file

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

dependencies:
  mbx_secure_file: ^1.0.1

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:mbx_secure_file/mbx_secure_file.dart';
0
likes
125
points
17
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Encrypted file storage with AES-256 + PBKDF2 for Flutter

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, cryptography, device_info_plus, encrypt, flutter, flutter_secure_storage, path_provider, permission_handler

More

Packages that depend on mbx_secure_file