Mylar - Platform for building secure web applications
Web applications rely on servers to store and process confidential information.
However, anyone who gains access to the server (e.g., an attacker, a curious
administrator, or a government) can obtain all of the data stored there. Mylar
protects data confidentiality even when an attacker gets full access to servers.
Mylar stores only encrypted data on the server, and decrypts data only in
users' browsers. Simply encrypting each user's data with a user key does not
suffice, and Mylar addresses three challenges in making this approach work.
First, Mylar allows the server to perform keyword search over encrypted
documents, even if the documents are encrypted with different keys.
Second, Mylar allows users to share keys and data securely in the presence
of an active adversary. Finally, Mylar ensures that client-side application
code is authentic, even if the server is malicious. Results with a prototype
of Mylar built on top of the Meteor framework are promising: porting 6
applications required changing just 35 lines of code on average, and the
performance overheads are modest, amounting to a 17% throughput loss and a
50 msec latency increase for sending a message in a chat application.
Mylar - Platform for building secure web applications
Reviewed by Zion3R
on
9:19 PM
Rating: