For more information please send us your email address.
TECHFIND - COMPUTING
Secure Web Applications
Scientists have unveiled a new way to secure complex Web applications by effectively cloning the user's browser and running it remotely. Many of the latest Web applications split their executable code between the server and the client. The problem is detecting whether the code running on the user's home PC has been compromised in some way. The software clones the client computer on the server, does the computation, verifies the output, gets the response and forwards it to the user. It is another layer added between the user & the server but part of the server-end. What happens at the server-end is verification by comparing the incoming data with ideal data generated at the receiver. A concept many engineers are familiar with.