https://github.com/dint-dev/cryptography
Cryptography for Flutter developers: encryption, digital signatures, key agreement, etc.
https://github.com/dint-dev/cryptography
dart flutter
Last synced: about 1 month ago
JSON representation
Cryptography for Flutter developers: encryption, digital signatures, key agreement, etc.
- Host: GitHub
- URL: https://github.com/dint-dev/cryptography
- Owner: dint-dev
- License: apache-2.0
- Created: 2019-02-18T18:08:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-26T22:50:09.000Z (11 months ago)
- Last Synced: 2025-03-27T22:29:59.637Z (about 2 months ago)
- Topics: dart, flutter
- Language: Dart
- Homepage: https://pub.dev/packages/cryptography
- Size: 1.55 MB
- Stars: 162
- Watchers: 10
- Forks: 100
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://pub.dev/packages/cryptography)
[](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.