- arc4js
- location: http://code.google.com/p/arc4-js/
- This is ARC4 (Alleged RC4) written in Javascript for handling unicode string with cached key. During the encryption process, a secret message (Unicode string, in any language) is processed and a string represented by hexadecimal numbers is generated as output. During the decryption process, the string represented by hexadecimal required to reveal the original string.
- essential-json
- location: http://code.google.com/p/essential-json/
- It is a small but powerful JSON library written in Javascript. In order to provide "prototypal chainability", it extend the object prototype to add a new method call "$" which can set/get any properties of a JSON object. The JSON to String and vice versa conversion is very simple.
- usb8255a
- location: http://code.google.com/p/usb8255a/
- This is the project home for USB 8255A ActiveX Object. The aims for this project is to build an ActiveX Object for controlling USB 8255A controller card. Computer installed with this ActiveX Object can control the USB 8255A controller card throught web pages, vbscript, JScript, ext.
- tiny-sha1
- location: http://code.google.com/p/tiny-sha1/
- If you simply want a light-weight and super fast SHA-1 library for converting a message into hexidecimal string in a webpage using Javascript, this is the best choice for you. The file size is only 2.9K. Download and play with the code.
|
|