native_encryptor 1.0.2 copy "native_encryptor: ^1.0.2" to clipboard
native_encryptor: ^1.0.2 copied to clipboard

Securely encrypt/decrypt data in your Flutter app using native code. Add random salt and IV for enhanced security. Easy-to-use API, cross-platform compatible.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add native_encryptor

With Flutter:

 $ flutter pub add native_encryptor

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

dependencies:
  native_encryptor: ^1.0.2

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:native_encryptor/native_encryptor.dart';
5
likes
0
points
33
downloads

Publisher

verified publisherautoformsai.com

Weekly Downloads

Securely encrypt/decrypt data in your Flutter app using native code. Add random salt and IV for enhanced security. Easy-to-use API, cross-platform compatible.

Repository (GitHub)
View/report issues

Topics

#native-encrypt-decrypt-plugin #encryption #decryption #encryption-decryption-with-salt #swift-java-encryption-decryption

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on native_encryptor