steganograph 2.0.0 copy "steganograph: ^2.0.0" to clipboard
steganograph: ^2.0.0 copied to clipboard

A Dart library which supports hiding data in images using LSB steganography.

1.0.0 #

  • Initial release.

2.0.0 #

  • Major update of the Steganograph library.
    • BREAKING_CHANGE: replaces encode with cloak and encodeBytes with cloakBytes.
    • BREAKING_CHANGE: removes encodeFile and decodeFile.
    • Removes encryption and asymmetric keypair generation support.
    • Includes support for hiding messages in images using the Least Significant Bit steganography.
11
likes
150
pub points
67%
popularity

Publisher

unverified uploader

A Dart library which supports hiding data in images using LSB steganography.

Repository (GitHub)
View/report issues

Topics

#steganography

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

image, meta

More

Packages that depend on steganograph