simple_rsa3 2.0.2 copy "simple_rsa3: ^2.0.2" to clipboard
simple_rsa3: ^2.0.2 copied to clipboard

A plugin to make RSA encryption simple, right now it just only work on Android and ios.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add simple_rsa3

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

dependencies:
  simple_rsa3: ^2.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:simple_rsa3/simple_rsa3.dart';
1
likes
150
points
780
downloads

Publisher

verified publishercheley.dev

Weekly Downloads

A plugin to make RSA encryption simple, right now it just only work on Android and ios.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on simple_rsa3

Packages that implement simple_rsa3