# fluttertpc_cryptography_flutter **Repository Path**: openharmony-sig/fluttertpc_cryptography_flutter ## Basic Information - **Project Name**: fluttertpc_cryptography_flutter - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2024-11-11 - **Last Updated**: 2025-05-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 🚨 **重要提示 | IMPORTANT** > > **⚠️ 此代码仓已归档。新地址请访问 [fluttertpc_cryptography_flutter](https://gitcode.com/openharmony-sig/fluttertpc_cryptography_flutter)。| ⚠️ This repository has been archived. For the new address, please visit [fluttertpc_cryptography_flutter](https://gitcode.com/openharmony-sig/fluttertpc_cryptography_flutter).** > --- > [![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.com](https://gohilla.com). Licensed under the [Apache License 2.0](LICENSE). ## Packages * [cryptography](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](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](cryptography_flutter_integration_test) * Integration test project for "cryptography_flutter". * [cryptography_test](cryptography_flutter) * Cross-platform tests. Note that "cryptography" and "cryptography_flutter_integration_test" contain more tests than just these. * [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.