cryptdart 0.1.2 copy "cryptdart: ^0.1.2" to clipboard
cryptdart: ^0.1.2 copied to clipboard

CryptDart is a unified cryptography library for Dart, providing easy-to-use interfaces for symmetric and asymmetric encryption, digital signatures (including ECDSA), and key management. Built on Point [...]

Changelog #

0.1.2 - 2025-11-21 #

  • Fix: tutti i costruttori degli esempi ora rispettano le typedef effettive
  • Refactoring: esempio/main.dart ora è completamente compatibile con Dart 3
  • Preparazione per pubblicazione su pub.dev

All notable changes to this project will be documented in this file.

0.1.1 - 2025-11-21 #

  • Added ECDSA digital signature support
  • Updated dependencies: pointycastle ^4.0.0, basic_utils ^5.8.2, meta ^1.17.0
  • Improved documentation and README
  • Added example package
  • Various bugfixes and code formatting improvements

0.1.0 Initial release #

  • First public release of CryptDart
  • Symmetric ciphers: AES, TripleDES, ChaCha20
  • Asymmetric cipher: RSA
  • Digital signatures: HMAC, RSA signature
  • Key generation and expiration logic
  • Centralized cryptographic utilities
0
likes
0
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

CryptDart is a unified cryptography library for Dart, providing easy-to-use interfaces for symmetric and asymmetric encryption, digital signatures (including ECDSA), and key management. Built on PointyCastle and BasicUtils, LGPL-3.0.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

basic_utils, meta, pointycastle

More

Packages that depend on cryptdart