Subversion Repositories Applications.papyrus

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2150 mathias 1
-------------------------------------------------------------------------------
2
DojoX Cryptography
3
-------------------------------------------------------------------------------
4
Version 0.9
5
Release date: 05/27/2007
6
-------------------------------------------------------------------------------
7
Project state: beta
8
-------------------------------------------------------------------------------
9
Project authors
10
	Tom Trenka (ttrenka@gmail.com)
11
-------------------------------------------------------------------------------
12
Project description
13
 
14
The DojoX Cryptography project is a set of implementations of public crypto
15
algorithms.  At the time of writing, only MD5 and Blowfish are complete; others
16
will follow.
17
 
18
DojoX Cryptography is comprised of both symmetric (Blowfish) and asymmetric
19
(MD5) algorithms.  Symmetric algs always implement encrypt() and decrypt()
20
methods; asymmetric algs implement compute().
21
-------------------------------------------------------------------------------
22
Dependencies:
23
 
24
DojoX Cryptography has no dependencies, outside of the Dojo package system
25
and DOH.
26
-------------------------------------------------------------------------------
27
Installation instructions
28
 
29
Grab the following from the Dojo SVN Repository:
30
http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/crypto.js
31
http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/crypto/*
32
 
33
Install into the following directory structure:
34
/dojox/crypto/
35
 
36
...which should be at the same level as your Dojo checkout.
37
-------------------------------------------------------------------------------
38
Documentation
39
 
40
See the Dojo API tool (http://dojotoolkit.org/api)
41
-------------------------------------------------------------------------------