This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README | Wed May 06 02:49:22 -0700 2009 | |
| |
buffer.js | Mon Jul 27 09:26:15 -0700 2009 | |
| |
build.py | Thu May 07 10:32:31 -0700 2009 | |
| |
cipher.js | Mon Jul 27 09:26:15 -0700 2009 | |
| |
crypt.js | ||
| |
hash.js | Mon Jul 27 09:26:15 -0700 2009 | |
| |
hmac.js | Mon Jul 27 09:26:15 -0700 2009 | |
| |
long.js | Mon Jul 27 09:26:15 -0700 2009 | |
| |
pbkdf2.js | ||
| |
serpent.js | ||
| |
test.html | ||
| |
test.js | Wed Jul 29 23:21:48 -0700 2009 | |
| |
tiger.js | Mon Jul 27 09:26:15 -0700 2009 | |
| |
whirlpool.js | Mon Jul 27 09:26:15 -0700 2009 |
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.








