rsa_encrypt 1.0.4 copy "rsa_encrypt: ^1.0.4" to clipboard
rsa_encrypt: ^1.0.4 copied to clipboard

outdated

Enable you to quickly implement rsa encryption in your flutter app, it covers everything from Generating key pairs, encrypt and decrypting strings.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rsa_encrypt

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

dependencies:
  rsa_encrypt: ^1.0.4

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_encrypt/rsa_encrypt.dart';
56
likes
0
pub points
93%
popularity

Publisher

unverified uploader

Enable you to quickly implement rsa encryption in your flutter app, it covers everything from Generating key pairs, encrypt and decrypting strings.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

asn1lib, flutter, pointycastle

More

Packages that depend on rsa_encrypt