FLUTTER ECOSYSTEM

dint-dev/cryptography

Flutter विकासकर्ताओं के लिए सुरक्षा: एन्क्रिप्शन, डिजिटल हस्ताक्षर, की समझौता आदि।

गुप्तचरित्र प्रोजेक्ट कवर
Stars
188
Forks
140
अंतिम पुश (UTC)
21 नव॰ 2025
प्रोजेक्ट स्थिति
सक्रिय
Dint GitHub avatar
GITHUB Organization

Dint ↗

Open-source Flutter/Dart packages. Administered by @gohilla. Pull are requests welcome in all projects.

भाषाएँDartSwiftC++CMakeKotlinGoCRubyShellObjective-C

तकनीकी विषय

इस रिपॉज़िटरी के पैकेज

मूल README

यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।

README खोलें / बंद करें

Pub Package Github Actions CI

Overview

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

Maintained by terrier989. 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.

Testing