cipherlib 0.0.1-pre copy "cipherlib: ^0.0.1-pre" to clipboard
cipherlib: ^0.0.1-pre copied to clipboard

outdated

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.1-pre

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
0
points
222
downloads

Publisher

unverified uploader

Weekly Downloads

Implementations of cryptographic algorithms for encryption and decryption in Dart.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

hashlib, hashlib_codecs

More

Packages that depend on cipherlib