| By RIA News Desk | Article Rating: |
|
| December 21, 2006 08:00 AM EST | Reads: |
7,369 |
Francesco Sullo (pictured) has created aSSL: AJAX Secure Service Layer, an open source library built to substitute the need for SSL in AJAX applications. aSSL is a library distributed under MIT License that implements a technology similar to SSL without HTTPS. aSSL enables the client to negotiate a secret random 128-bit key with the server using the RC4 algorithm. Once a connection has been established, the data will be sent and received using BlockTEA algorithm (a derivation of DES). aSSL 1.0 uses a 64-bit key. Version 1.1 uses a 128-bit key with a technique similar to Double Key Triple DES, that Sullo calls Double Key Quadruple DES. This allows a level of security closer to AES encryption. In fact, aSSL is moving towards AES.
aSSL is an AJAX open source library built to send data safely over the Internet when SSL is not available, or not needed. aSSL is an tool for developers which includes both client and server-side code - just code, it has no user "on-screen" interface. The library can be easily integrated into an existing web application. The developer need simply use the built in methods to pass aSSL the data he wants to send to the server: the client-side code then encrypts it, sends it to the server-side code and returns the server response.
Features:
• aSSL uses a three key technique wherein both the client and server, each generate a random key in order to negotiate a third key that they will use for all future transactions. (http://assl.sullof.com/assl/howitworks.asp)
• aSSL automatically keeps the connection alive by renegotiating a new key with the server before the session expires - keys are never reused, but recreated randomly at every renegotiation.
• aSSL can handle multiple, simultaneous connections with one or more servers.
• What type of security aSSL can offer
• aSSL is a security tool and, when used correctly, is an excellent way to lock up data before sending and receiving it over the Internet. By nature, it is not subject to Cross Site Scripting attacks, also known as XSS, because it uses no cookies and does not accept user input directly. Code traveling over an aSSL connection is as secure as code traveling over an SSL connection. In fact, aSSL, uses a similar RC4 encryption algorithm as SSL, and only sends encrypted data.
Says Francesco Sullo, "[...] I think that a web site with aSSL is certainly more secure than a web site without. Like everything else, it needs to be used properly, and in the right places in order to work best. I think that sending login data via aSSL is a compromise between sending them in plain text via HTTP and send them encrypted via HTTPS. In other words the question is “what level of security do you need”? aSSL is composed from a file .js and a server component. Currently, the ASP and PHP components are ready. I'm developing Ruby and Java components and in the near future I will add components in all the principal web languages (Perl, Python, TKL, etc.)."
Published December 21, 2006 Reads 7,369
Copyright © 2006 SYS-CON Media, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
More Stories By RIA News Desk
Ever since Google popularized a smarter, more responsive and interactive Web experience by using AJAX (Asynchronous JavaScript + XML) for its Google Maps & Gmail applications, SYS-CON's RIA News Desk has been covering every aspect of Rich Internet Applications and those creating and deploying them. If you have breaking RIA news, please send it to RIA@sys-con.com to share your product and company news coverage with AJAXWorld readers.
![]() |
Francesco Sullo 12/21/06 05:49:37 AM EST | |||
Life is strange, yesterday a security expert, Marco Manfredini, wrote me to about a vulnerability in aSSL 1.0 and 1.1 so I decided to temporarily suspend the download of the library to fix the problem. |
||||
![]() |
ajax news desk 12/20/06 02:05:44 AM EST | |||
Francesco Sullo has created aSSL: Ajax Secure Service Layer, an open source library built to substitute the need for SSL in Ajax applications. aSSL is a library distributed under MIT License that implements a technology similar to SSL without HTTPS. aSSL is composed from a file .js and a server component. |
||||
![]() |
ajax news desk 12/20/06 01:53:46 AM EST | |||
Francesco Sullo has created aSSL: Ajax Secure Service Layer, an open source library built to substitute the need for SSL in Ajax applications. aSSL is a library distributed under MIT License that implements a technology similar to SSL without HTTPS. aSSL is composed from a file .js and a server component. |
||||
![]() |
ajax news desk 12/20/06 01:53:31 AM EST | |||
Francesco Sullo has created aSSL: Ajax Secure Service Layer, an open source library built to substitute the need for SSL in Ajax applications. aSSL is a library distributed under MIT License that implements a technology similar to SSL without HTTPS. aSSL is composed from a file .js and a server component. |
||||
- Big Data in Telecom: The Need for Analytics
- Patterns for Building High Performance Applications
- Microsoft Tries Hadoop on Azure
- Amazon to Fix Some Kindle Fire Problems
- What Motivates Open Standards in the Cloud?
- What to Expect in 2012: Cloud Computing and Open Source Software
- Will PaaS Finally Bring Open Source Love to the Enterprise?
- Ten Hot Trends in Cloud Data for 2012
- Oracle Disaster Recovery Site Hosted by Amazon Cloud
- Cross-Platform Mobile Website Development – a Tool Comparison
- Three Buzzwords That Every CIO Hears but One They Should Listen To
- Write Once Run Anywhere or Cross Platform Mobile Development Tools
- The Future of Cloud Computing: Industry Predictions for 2012
- Gartner Hype Cycle for Emerging Technologies 2011
- Book Excerpt: Introducing HTML5
- Adobe Sends Flex to the Apache Foundation
- Big Data in Telecom: The Need for Analytics
- Book Excerpt: Java Application Profiling Tips and Tricks
- i-Technology in 2012: Five Industry Predictions
- Patterns for Building High Performance Applications
- Microsoft Tries Hadoop on Azure
- The Next Web Architecture
- Cloud Computing: A Comparison of Computing Models
- Amazon to Fix Some Kindle Fire Problems
- The i-Technology Right Stuff
- The Top 150 Players in Cloud Computing
- Who Are The All-Time Heroes of i-Technology?
- Where Are RIA Technologies Headed in 2008?
- Get the Message
- ESB Myth Busters: 10 Enterprise Service Bus Myths Debunked
- i-Technology Viewpoint: Is Web 2.0 the Global SOA?
- i-Technology Viewpoint: Thinking Outside the VC Box
- i-Technology Viewpoint: When to Leave Your First IT Job
- SOA Web Services Edge Conference Coverage on SYS-CON.TV
- SYS-CON.TV's "SOA Web Services" and "Enterprise Open Source" Programs To Air in December
- Five Reasons Why Web 2.0 Matters




















