blowfish_cbc 0.1.1 copy "blowfish_cbc: ^0.1.1" to clipboard
blowfish_cbc: ^0.1.1 copied to clipboard

A Blowfish CBC codec implementation in pure Dart.

Changelog #

All notable changes to the blowfish_cbc package will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.0] - 2024-05-06 #

Added #

  • Initial release of the blowfish_cbc package.
  • Implemented the Blowfish CBC encryption algorithm in pure Dart.
  • Added a full Dart Codec class interface for easy encryption and decryption.
  • Included example usage in the README for quick start and demonstration.
  • Basic unit tests to ensure encryption and decryption work as expected.
  • LICENSE file specifying the LGPL v3.0 license.
  • Comprehensive documentation in both the README and inline comments within the code.

Fixed #

  • N/A in this initial release.

Changed #

  • N/A in this initial release.

Deprecated #

  • N/A in this initial release.

Removed #

  • N/A in this initial release.

Security #

  • N/A in this initial release.

This changelog entry marks the comprehensive kickstart of the package aimed at providing a robust solution for developers needing to integrate Blowfish CBC encryption into their Dart applications.

1
likes
110
pub points
17%
popularity

Publisher

unverified uploader

A Blowfish CBC codec implementation in pure Dart.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

flutter, meta

More

Packages that depend on blowfish_cbc