Live data from Hacker News

Steganographic Packets

vimist.github.io

1–10 of 16 posts

Re: Steganographic Packets

#3

This is very clever. I hope the author continues to work on this. This could be very useful where speech is censored and encrypted streams are blocked.

Thanks. I hadn't really given much thought for any widespread practical use. I think the throughput would be the limiting factor, on average (using my encoding scheme, which could definitely be optimised) you average about 5.882 Bps. Would definitely be interested in hearing what uses people see for it though!

Re: Steganographic Packets

#4
post #3

This is very clever. I hope the author continues to work on this. This could be very useful where speech is censored and encrypted streams are blocked.

Thanks. I hadn't really given much thought for any widespread practical use. I think the throughput would be the limiting factor, on average (using my encoding scheme, which could definitely be optimised) you average about 5.882 Bps. Would definitely be interested in hearing what uses people see for it though!

The first thought that comes to mind is Tor's pluggable transports used to bypass censorship.

Admittedly 6Bps isn't good enough for that (I think), but it might be possible to combine it with other mechanisms or increase that number?

https://www.torproject.org/docs/pluggable-transports.html.en

Re: Steganographic Packets

#5
Would this work over a long connection? Say to the other side of the world?

Network delays would mess this up afaik.

I suppose you could introduce a error correcting code in it but that would kill your throughput even more.

Re: Steganographic Packets

#9
post #5

Would this work over a long connection? Say to the other side of the world? Network delays would mess this up afaik. I suppose you could introduce a error correcting code in it but that would kill your throughput even more.

Delays in pulse width modulation are easily overcome with lower bandwidth and/or error correction coding: a function of Shannon’s limit.
Post reply on HN