<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>cryptoPNG</name>
<shortdesc>Read or write secret message hidden from/to PNG image.</shortdesc>
<description>Reading/writing secret text from/to image. Every 3 bits are encoded to 3x3
pixelgrid. Central pixel keeps the information, each channel of RGB represents
one bit. If at least one of a neighbouring pixels color channel is same as color
channel of central pixel, value is True, else False.</description>
<download-page>http://code.google.com/p/cryptopng/downloads/list</download-page>
<homepage rdf:resource="http://code.google.com/p/cryptopng/" />
<maintainer><foaf:Person><foaf:name>Vojtech Smejkal</foaf:name>
<foaf:mbox_sha1sum>02aede23877003de8b5615f53a6473d07eecb4ff</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.1</revision></Version></release>
</Project></rdf:RDF>