steganograph 2.0.0 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
: replacesencode
withcloak
andencodeBytes
withcloakBytes
.BREAKING_CHANGE
: removesencodeFile
anddecodeFile
.- Removes encryption and asymmetric keypair generation support.
- Includes support for hiding messages in images using the Least Significant Bit steganography.