native_encryptor 1.0.4 copy "native_encryptor: ^1.0.4" to clipboard
native_encryptor: ^1.0.4 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 Flutter:

 $ flutter pub add native_encryptor

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

dependencies:
  native_encryptor: ^1.0.4

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:native_encryptor/native_encryptor.dart';
5
likes
140
points
37
downloads
screenshot

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)

Topics

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

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on native_encryptor