Blame | Last modification | View Log | RSS feed
-------------------------------------------------------------------------------DojoX Cryptography-------------------------------------------------------------------------------Version 0.9Release date: 05/27/2007-------------------------------------------------------------------------------Project state: beta-------------------------------------------------------------------------------Project authorsTom Trenka (ttrenka@gmail.com)-------------------------------------------------------------------------------Project descriptionThe DojoX Cryptography project is a set of implementations of public cryptoalgorithms. At the time of writing, only MD5 and Blowfish are complete; otherswill 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 systemand DOH.-------------------------------------------------------------------------------Installation instructionsGrab the following from the Dojo SVN Repository:http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/crypto.jshttp://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.-------------------------------------------------------------------------------DocumentationSee the Dojo API tool (http://dojotoolkit.org/api)-------------------------------------------------------------------------------