cryptography_flutter 1.0.0 copy "cryptography_flutter: ^1.0.0" to clipboard
cryptography_flutter: ^1.0.0 copied to clipboard

outdated

A version of 'package:cryptography' that speeds up asynchronous invocations with native APIs of Android, iOS, and Mac OS X.

Pub Package Github Actions CI

Overview #

This is a version of the package cryptography that optimizes performance of some cryptographic algorithms by using native APIs of Android, iOS, and Mac OS X. You must use asynchronous methods to get the performance boost.

Optimized algorithms #

In Android #

  • None yet.

In iOS / Mac OS X #

  • aesGcm (AES-GCM)
  • chacha20Poly1305Aead

Getting started #

In pubspec.yaml:

dependencies:
  cryptography_flutter: ^1.4.0

Then just use:

import 'package:cryptography_flutter/cryptography.dart';

For more instructions, read documentation for cryptography.

Contributing? #

Testing #

Run "no plugin available" tests:

flutter test

Run e2e tests:

cd example
flutter driver test/cryptography_flutter_e2e.dart
36
likes
40
points
14.1k
downloads

Publisher

verified publisherdint.dev

Weekly Downloads

A version of 'package:cryptography' that speeds up asynchronous invocations with native APIs of Android, iOS, and Mac OS X.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

cryptography, flutter

More

Packages that depend on cryptography_flutter

Packages that implement cryptography_flutter