cryptum_dart 0.0.4
cryptum_dart: ^0.0.4 copied to clipboard
A Dart port of the Cryptum encryption library providing hybrid RSA/AES-GCM encryption with secure session key handling and dynamic format negotiation.
0.0.4 #
Documentation updates
- Added comprehensive example documentation
- Enhanced package documentation for pub.flutter-io.cn publishing
0.0.3 #
Version tagging
0.0.2 #
CI/CD implementation
- GitHub Actions linter fix
- Added codecov
- Update unit tests
0.0.1 #
Initial release of Cryptum-Dart featuring:
- Hybrid RSA-4096/AES-256-GCM encryption
- Dynamic format negotiation
- Secure session key handling
- Message authentication and tamper detection
- PKCS8/X509 key encoding
- Comprehensive test suite