TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Adumbra: A lightweight Java library for bitmap steganography

29 pointsby maxtardiveau2about 1 year ago

3 comments

lifthrasiirabout 1 year ago
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...
omoikaneabout 1 year 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).<p>For comparison, this IOCCC entry can encode ~128 bytes of random binary data in 33000 pixels, or ~16K of ASCII text.<p><a href="https:&#x2F;&#x2F;www.ioccc.org&#x2F;years.html#2012_vik" rel="nofollow">https:&#x2F;&#x2F;www.ioccc.org&#x2F;years.html#2012_vik</a>
评论 #40311731 未加载
markhahnabout 1 year ago
&quot;Lightweight Java&quot; hah!
评论 #40305696 未加载
评论 #40305524 未加载