Recently there was an article in the AJAX World about a new framework for privacy oriented web applications. It is based on the client side data encryption in web-browser JavaScript engine using a secured key ( a simple string) which is never transported or stored in the server side for maximum privacy and security.
The article can be found in the following URL:
http://xml.sys-con.com/read/327940.htm
An implementation of the above approach can also be found in the following site:
http://www.esecurekey.com
Please comment on the viability of such a framework on secured privacy oriented web applications.
Any feedback is appreciated...