That's cool. Presumably the same "attack" could be applied to any file format that uses DEFLATE. From a legal stand-point, I'd be wary about following through with the authors suggestion of "Upload as your profile picture to some online service, try to crash their image processing scripts" without permission. Sounds like a good way of getting into trouble.
Biggest image in the smallest space
11–20 of 106 posts
Re: Biggest image in the smallest space
#12Re: Biggest image in the smallest space
#13Re: Biggest image in the smallest space
#14That's impressive. Here are some other compression curiosities. http://www.maximumcompression.com/compression_fun.php A 24 byte file that uncompresses to 5 MB; another file with good compression under RAR but almost no compression under ZIP; and a compressed file that decompresses to itself.
Re: Biggest image in the smallest space
#15Re: Biggest image in the smallest space
#16That's impressive. Here are some other compression curiosities. http://www.maximumcompression.com/compression_fun.php A 24 byte file that uncompresses to 5 MB; another file with good compression under RAR but almost no compression under ZIP; and a compressed file that decompresses to itself.
The file that decompresses to itself is a work of art. How does one even go about to create something like this?
Re: Biggest image in the smallest space
#17That's impressive. Here are some other compression curiosities. http://www.maximumcompression.com/compression_fun.php A 24 byte file that uncompresses to 5 MB; another file with good compression under RAR but almost no compression under ZIP; and a compressed file that decompresses to itself.
The file that decompresses to itself is a work of art. How does one even go about to create something like this?
There are people who take special interest in compression. The Hutter Prize would be a good place to find them. http://prize.hutter1.net/
It's a bit old now.
> Restrictions: Must run in I'd be interested to see what can happen without those restrictions.
Re: Biggest image in the smallest space
#18Is there a way to check for decompression bombs? I'd like my software to be able to unzip zip files safely.
Re: Biggest image in the smallest space
#19Reminds me of how you could crash a fido node by sending them some big empty files, so when they got automatically unzipped the filled of the harddrive :)
I think most software these days is immune to such tricks, or at least has tunables to reduce the chance of such tricks causing harm.