Skip to content

Files

Latest commit

d0d83ea · Jul 18, 2021

History

History
This branch is 72 commits behind dint-dev/cryptography:master.

cryptography_flutter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 31, 2020
Jul 17, 2021
Dec 31, 2020
Jul 17, 2021
Dec 31, 2020
Dec 31, 2020
Jun 8, 2020
Jul 17, 2021
Jun 8, 2020
Jul 18, 2021
Jun 8, 2020
Jul 17, 2021

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.

Maintained by Gohilla Ltd. Licensed under the Apache License 2.0.

Optimized algorithms

In Android

In iOS and Mac OS X

Links

Getting started

In pubspec.yaml:

dependencies:
  cryptography: ^2.0.2
  cryptography_flutter: ^2.0.1

Then just use:

import 'package:cryptography_flutter/cryptography_flutter.dart';

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

  // ....
}

For APIs, read documentation for package:cryptography.

Contributing?

Test the plugin by running integration tests in cryptography_flutter/example/ (see README in the directory).