justkawal / 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.

Packages

  • cryptography
    • Cryptography API for Dart / Flutter.
    • Contains cryptography implementations written in pure Dart.
    • Contains cryptography implementations that use Web Cryptography API in browsers.
  • cryptography_flutter
    • Contains cryptography implementations that use Android / iOS APIs.
  • jwk
    • JWK (JSON Web Key) encoding / decoding.
  • kms
    • Key Management Service (KMS) API for Dart / Flutter.
  • kms_flutter
  • noise_protocol
    • Noise protocol implemented in pure Dart.

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 94.6%Language:Swift 2.4%Language:Kotlin 1.3%Language:Ruby 1.2%Language:HTML 0.2%Language:Objective-C 0.1%Language:Go 0.1%