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

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: ^2.0.0

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
110
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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

asn1lib, flutter, pointycastle

More

Packages that depend on rsa_encrypt