ninja 3.0.8 copy "ninja: ^3.0.8" to clipboard
ninja: ^3.0.8 copied to clipboard

Cryptography dart library to encrypt, decrypt, sign and verify messages

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ninja

With Flutter:

 $ flutter pub add ninja

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

dependencies:
  ninja: ^3.0.8

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

Import it

Now in your Dart code, you can use:

import 'package:ninja/ninja.dart';
9
likes
120
pub points
83%
popularity

Publisher

unverified uploader

Cryptography dart library to encrypt, decrypt, sign and verify messages

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection, crypto, ninja_asn1, ninja_hex, ninja_pem, ninja_prime

More

Packages that depend on ninja