steganography 0.1.0 copy "steganography: ^0.1.0" to clipboard
steganography: ^0.1.0 copied to clipboard

PlatformAndroidiOS
unlisted

Flutter plugin for encrypting text (AES-256-GCM, GOST Magma CTR) and hiding it in PNG/JPEG images using native LSB and JPEG-DCT steganography on Android and iOS.

0.1.0 #

  • Initial release.
  • SteganographyController — encrypt/decrypt text with a 32-byte key.
  • Four steganography methods: LSB, DCT, TelegramRobust2, DCT Residual Modulation.
  • Payload encryption: AES-256-GCM and GOST R 34.12-2015 Magma (CTR).
  • Native JPEG coefficient embedding via libjpeg-turbo (Android/iOS).
0
likes
150
points
125
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for encrypting text (AES-256-GCM, GOST Magma CTR) and hiding it in PNG/JPEG images using native LSB and JPEG-DCT steganography on Android and iOS.

Repository (GitHub)
View/report issues

Topics

#steganography #cryptography #image #security #encryption

License

MIT (license)

Dependencies

args, cryptography, ffi, flutter, image

More

Packages that depend on steganography

Packages that implement steganography