stream_cipher 1.1.2 copy "stream_cipher: ^1.1.2" to clipboard
stream_cipher: ^1.1.2 copied to clipboard

outdated

A library to encrypt and decrypt ByteLists and ByteLists Streams initially comes with DioHttpClientAdapter

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add stream_cipher

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

dependencies:
  stream_cipher: ^1.1.2

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:stream_cipher/stream_cipher.dart';
2
likes
0
points
27
downloads

Publisher

verified publisherhemend.com

Weekly Downloads

A library to encrypt and decrypt ByteLists and ByteLists Streams initially comes with DioHttpClientAdapter

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, encrypt, pointycastle

More

Packages that depend on stream_cipher