rsa_encryption 0.0.2 copy "rsa_encryption: ^0.0.2" to clipboard
rsa_encryption: ^0.0.2 copied to clipboard

discontinued

RSA encryption package.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rsa_encryption

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

dependencies:
  rsa_encryption: ^0.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:rsa_encryption/example.dart';
import 'package:rsa_encryption/rsa/rsa_key_helper.dart';
0
likes
10
pub points
0%
popularity

Publisher

unverified uploader

RSA encryption package.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

asn1lib, flutter, pointycastle

More

Packages that depend on rsa_encryption