secure_messaging 1.1.6 copy "secure_messaging: ^1.1.6" to clipboard
secure_messaging: ^1.1.6 copied to clipboard

End-to-end encrypted messaging with RSA for secure and private communication between users.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add secure_messaging

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

dependencies:
  secure_messaging: ^1.1.6

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:secure_messaging/secure_messaging.dart';
1
likes
140
points
54
downloads

Publisher

verified publisherwolfscream.com

Weekly Downloads

End-to-end encrypted messaging with RSA for secure and private communication between users.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

cloud_firestore, equatable, firebase_core, flutter, path_provider, pointycastle, rsa_cipher

More

Packages that depend on secure_messaging