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

Dart 1 only

A library providing a simple to use RSA interface

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rsa

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

dependencies:
  rsa: ^0.0.2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:rsa/rsa.dart';
0
likes
10
points
5
downloads

Publisher

unverified uploader

Weekly Downloads

A library providing a simple to use RSA interface

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

asn1lib, bbs, bignum, crypto, rsa_pkcs

More

Packages that depend on rsa