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

discontinued
outdated

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.1

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/main.dart';
import 'package:rsa_encryption/rsa/rsa_key_helper.dart';
0
likes
10
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

RSA encryption package.

Homepage

License

unknown (license)

Dependencies

asn1lib, flutter, pointycastle

More

Packages that depend on rsa_encryption