blowfish_ecb 0.1.0-nullsafety.1 copy "blowfish_ecb: ^0.1.0-nullsafety.1" to clipboard
blowfish_ecb: ^0.1.0-nullsafety.1 copied to clipboard

outdated

A Blowfish ECB codec implementation in pure Dart.

Blowfish ECB for Dart #

pub: blowfish_ecb License: AGPL style: effective dart

A pure Dart Codec implementation for the Blowfish ECB encryption algorithm.

Usage #

The BlowfishECB class fully implements Codec.

The following simple usage is adapted from the included example project:

// Instantiate the codec with a key.
final blowfish = BlowfishECB(key);

// Encrypt the input data.
final encryptedData = blowfish.encode(message);

// Decrypt the encrypted data.
final decryptedData = blowfish.decode(encryptedData);

License #

Everything is licenced under the GNU Lesser General Public License v3 or above.
See LICENCE and LICENCE.LESSER for more information.

Essentially, if this package is modified in your project, the modified package sources must be released.

Inspiration #

The algorithm implementation was ported over from the Versile Python implementation.

4
likes
0
pub points
78%
popularity

Publisher

verified publisherhacker1024.tk

A Blowfish ECB codec implementation in pure Dart.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

meta

More

Packages that depend on blowfish_ecb