braverhealth / cryptography

Cryptography for Flutter developers: encryption, digital signatures, key agreement, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pub Package Github Actions CI

Overview

Cryptographic packages for Dart / Flutter developers. Open-sourced under the Apache License 2.0.

Maintained by gohilla.com. Licensed under the Apache License 2.0.

Packages

  • cryptography
    • Cryptography API for Dart / Flutter.
    • Contains cryptographic algorithm implementations written in pure Dart.
    • Contains cryptographic algorithm implementations that use Web Cryptography API in browsers.
  • cryptography_flutter
    • Contains cryptographic algorithm implementations that use operating system APIs in Android and Apple operating systems (iOS, Mac OS X, etc.).
  • cryptography_flutter_integration_test
    • Integration test project for "cryptography_flutter".
  • cryptography_test
    • Cross-platform tests. Note that "cryptography" and "cryptography_flutter_integration_test" contain more tests than just these.
  • jwk
    • JWK (JSON Web Key) encoding / decoding.

Contributing

Please share feedback / issue reports in the issue tracker.

Pull requests are welcome.

About

Cryptography for Flutter developers: encryption, digital signatures, key agreement, etc.

License:Apache License 2.0


Languages

Language:Dart 85.8%Language:Swift 4.4%Language:C++ 3.4%Language:CMake 2.8%Language:Kotlin 1.5%Language:Go 0.9%Language:Ruby 0.5%Language:HTML 0.3%Language:C 0.2%Language:Objective-C 0.0%