pngarc is a utility for hiding files inside PNG images (and getting them back out again)
How this all works
To extract files from a PNG: pngarc.py x file.png To list files inside a PNG: pngarc.py l file.png To add a file to a PNG: pngarc.py a file.png file_to_hide.datFiles inside PNGs are not compressed, so zipping them before adding is a good idea.