cipherlib 0.0.14 copy "cipherlib: ^0.0.14" to clipboard
cipherlib: ^0.0.14 copied to clipboard

Implementations of cryptographic algorithms for encryption and decryption in Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cipherlib

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

dependencies:
  cipherlib: ^0.0.14

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:cipherlib/cipherlib.dart';
4
likes
110
points
60
downloads

Publisher

unverified uploader

Weekly Downloads

Implementations of cryptographic algorithms for encryption and decryption in Dart.

Repository (GitHub)

Documentation

API reference

Funding

Consider supporting this project:

paypal.me

License

BSD-3-Clause (license)

Dependencies

hashlib

More

Packages that depend on cipherlib