-------------------------------------------------------------------------------
DojoX Cryptography
-------------------------------------------------------------------------------
Version 0.9
Release date: 05/27/2007
-------------------------------------------------------------------------------
Project state: beta
-------------------------------------------------------------------------------
Project authors
	Tom Trenka (ttrenka@gmail.com)
-------------------------------------------------------------------------------
Project description

The DojoX Cryptography project is a set of implementations of public crypto
algorithms.  At the time of writing, only MD5 and Blowfish are complete and
tested; at least 5 other algorithms will be added by the time Dojo 1.0 is
released.

DojoX Cryptography is comprised of both symmetric (Blowfish) and asymmetric
(MD5) algorithms.  Symmetric algs always implement encrypt() and decrypt()
methods; asymmetric algs implement compute().
-------------------------------------------------------------------------------
Dependencies:

DojoX Cryptography has no dependencies, outside of the Dojo package system 
and DOH.
-------------------------------------------------------------------------------
Installation instructions

Grab the following from the Dojo SVN Repository:
http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/crypto.js
http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/crypto/*

Install into the following directory structure:
/dojox/crypto/

...which should be at the same level as your Dojo checkout.
-------------------------------------------------------------------------------
Documentation

See the Dojo API tool (http://dojotoolkit.org/api)
-------------------------------------------------------------------------------
