Adumbra: A lightweight Java library for bitmap steganography

maxtardiveau2 | 29 points

Image steganography that is corrupted by any sort of lossy compression is practically useless, unfortunately. Such method is only meaningful when the image acts as a transparent container of non-sensitive data, like PICO-8's .p8.png (and yet its distribution will be severely constrained), but this library clearly wants to embed a secret payload...

lifthrasiir | 11 days ago

~500 pixels for every byte seems wasteful, I would have expected just ~8 pixels for a single byte (using just one bit from each pixel).

For comparison, this IOCCC entry can encode ~128 bytes of random binary data in 33000 pixels, or ~16K of ASCII text.

https://www.ioccc.org/years.html#2012_vik

omoikane | 11 days ago
[deleted]
| 14 days ago

"Lightweight Java" hah!

markhahn | 11 days ago