public
Description: Javascript crypto. What the devil?
Homepage:
Clone URL: git://github.com/markuspeloquin/javascrypto.git
name age message
file README Wed May 06 02:49:22 -0700 2009 Make the README more discouraging. [markuspeloquin]
file buffer.js Mon Jul 27 09:26:15 -0700 2009 Double quote jihad. [markuspeloquin]
file build.py Thu May 07 10:32:31 -0700 2009 Use heapq instead of Queue for compatibility. [markuspeloquin]
file cipher.js Mon Jul 27 09:26:15 -0700 2009 Double quote jihad. [markuspeloquin]
file crypt.js Loading commit data...
file hash.js Mon Jul 27 09:26:15 -0700 2009 Double quote jihad. [markuspeloquin]
file hmac.js Mon Jul 27 09:26:15 -0700 2009 Double quote jihad. [markuspeloquin]
file long.js Mon Jul 27 09:26:15 -0700 2009 Double quote jihad. [markuspeloquin]
file pbkdf2.js
file serpent.js
file test.html
file test.js Wed Jul 29 23:21:48 -0700 2009 Sweeter test suite. ha! [markuspeloquin]
file tiger.js Mon Jul 27 09:26:15 -0700 2009 Double quote jihad. [markuspeloquin]
file whirlpool.js Mon Jul 27 09:26:15 -0700 2009 Double quote jihad. [markuspeloquin]
README
What good could Javascript cryptographic functions do you?  Don't download
this.  Just ... pretend you didn't see this.

BUILDING:

Pick and choose the files you want.  If you want PBKDF2 and Tiger, just run
    ./build.py pbkdf2 tiger > out.js
Dependencies are all handled and the order is corrected.  To include all,
write:
    ./build.py all > out.js
Dependency information is recorded in build.py itself.