cipher 0.7.1 copy "cipher: ^0.7.1" to clipboard
cipher: ^0.7.1 copied to clipboard

Dart 1 only

A Dart library implementing cryptographic algorithms.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cipher

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

dependencies:
  cipher: ^0.7.1

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:cipher/cipher.dart';
0
likes
5
pub points
17%
popularity

Publisher

unverified uploader

A Dart library implementing cryptographic algorithms.

Homepage

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

bignum, fixnum

More

Packages that depend on cipher