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

Encryption & Decryption for M2P

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add encrypt_decrypt

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

dependencies:
  encrypt_decrypt: ^1.0.2

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:encrypt_decrypt/encrypt_decrypt_method_channel.dart';
import 'package:encrypt_decrypt/encrypt_decrypt_platform_interface.dart';
import 'package:encrypt_decrypt/encrypt_decrypt_web.dart';
import 'package:encrypt_decrypt/encryption_decryption_config.dart';
import 'package:encrypt_decrypt/m2p_encrypttion_decryption.dart';
0
likes
140
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

Encryption & Decryption for M2P

Documentation

API reference

License

MIT (license)

Dependencies

encrypt, fast_rsa, flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on encrypt_decrypt