<?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>pyDes</name>
<shortdesc>Pure python implementation of DES and TRIPLE DES encryption algorithm</shortdesc>
<description>This is a pure python implementation of the DES and Triple DES encryption
algorithms. It is in pure python to avoid portability issues, since most DES
implementations are programmed in C (for performance reasons).

pyDes is *not* written for speed or performance, so if you need a fast DES
implementation then you'll need to use a different DES module.</description>
<download-page>http://twhiteman.netfirms.com/pyDES/pyDes-2.0.0.zip</download-page>
<homepage rdf:resource="http://twhiteman.netfirms.com/des.html" />
<maintainer><foaf:Person><foaf:name>Todd Whiteman</foaf:name>
<foaf:mbox_sha1sum>6393d664c8e6dae3a27028a0a704d40c3f121e0a</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>2.0.0</revision></Version></release>
</Project></rdf:RDF>