crypto_dart 1.0.3+2 copy "crypto_dart: ^1.0.3+2" to clipboard
crypto_dart: ^1.0.3+2 copied to clipboard

a dart libary that tries to implement crypto-js like functionality.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add crypto_dart

With Flutter:

 $ flutter pub add crypto_dart

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

dependencies:
  crypto_dart: ^1.0.3+2

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:crypto_dart/crypto_dart.dart';
4
likes
120
pub points
82%
popularity

Publisher

unverified uploader

a dart libary that tries to implement crypto-js like functionality.

Repository (GitHub)
View/report issues

Topics

#crypto #cryptography

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

convert, pointycastle

More

Packages that depend on crypto_dart