Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 2149 → Rev 2150

/trunk/api/js/dojo1.0/dojox/crypto/README
New file
0,0 → 1,41
-------------------------------------------------------------------------------
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; others
will follow.
 
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)
-------------------------------------------------------------------------------