better_cryptography_flutter

Creator: coderz1093

Last updated:

0 purchases

better_cryptography_flutter Image
better_cryptography_flutter Images

Languages

Categories

Add to Cart

Description:

better cryptography flutter

Overview #
This is a version of the package better_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.
Licensed under the Apache License 2.0.
Optimized algorithms #
In Android #

AesCbc()
AesCtr()
AesGcm()
Chacha20.poly1305()

In iOS and Mac OS X #

AesGcm()
Chacha20.poly1305()

Links #

Github project
Issue tracker
Pub package
API reference

Getting started #
In pubspec.yaml:
dependencies:
cryptography: ^2.0.5
cryptography_flutter: ^2.0.2
copied to clipboard
Then just use:
import 'package:better_cryptography_flutter/better_cryptography_flutter.dart';

void main() {
// Enable Flutter cryptography
FlutterCryptography.enable();

// ....
}
copied to clipboard
For APIs, read documentation for package:better_cryptography.
Contributing? #
Test the plugin by running integration tests in
cryptography_flutter/example/ (see README in the directory).

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.