# cryptography **Repository Path**: echo1987/cryptography ## Basic Information - **Project Name**: cryptography - **Description**: cryptography - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-31 - **Last Updated**: 2022-09-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Pub Package](https://img.shields.io/pub/v/cryptography.svg)](https://pub.dev/packages/cryptography) [![Github Actions CI](https://github.com/dint-dev/cryptography/workflows/Dart%20CI/badge.svg)](https://github.com/dint-dev/cryptography/actions?query=workflow%3A%22Dart+CI%22) # Overview Cryptographic packages for [Dart](https://dart.dev) / [Flutter](https://flutter.dev) developers. Open-sourced under the [Apache License 2.0](LICENSE). Maintained by Gohilla Ltd. Licensed under the [Apache License 2.0](LICENSE). ## Packages * [cryptography](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](cryptography_flutter) * Contains cryptography implementations that use Android / iOS APIs. * [jwk](jwk) * JWK (JSON Web Key) encoding / decoding. ## Contributing Please share feedback / issue reports in the [issue tracker](https://github.com/dint-dev/cryptography/issues). Pull requests are welcome.