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';
60
likes
130
points
3.81k
downloads

Publisher

unverified uploader

Weekly Downloads

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