Slashdot Mirror


MIT Researchers Create Platform To Build Secure Web Apps That Never Leak Data

rjmarvin writes: "Researchers in the MIT Computer Science and Artificial Intelligence Laboratory have developed a platform for building secure web applications and services that never decrypt or leak data. MIT researcher Raluca Ada Popa, who previously worked on the Google and SAP-adopted CryptoDB, and her team, have put a longstanding philosophy into practice: to never store unencrypted data on servers. They've redesigned the entire approach to securing online data by creating Mylar, which builds and updates applications to keep data secure from server breaches with constant encryption during storage, only decrypting the data in the user's browser. Integrated with the open-source Meteor framework, a Mylar prototype has already secured six applications by changing only 35 lines of code."

3 of 90 comments (clear)

  1. Re: How can you search data by Anonymous Coward · · Score: 3, Insightful

    Why do you need to search or sort credit card info?

  2. Re: I've implemented something similar by ModernGeek · · Score: 4, Insightful

    I agree in that this won't be implemented because of the business implications but would also go on to say that this solution is unoriginal and undeserving of all the pomp and circumstance that the media and the educational institutions are giving it, before we know it they're going to give out Ph.D's and there patents for a high school paper on using electrolysis to make hydrogen and oxygen. Call the press!

    --
    Sig: I stole this sig.
  3. Quit Using JavaScript! by littlewink · · Score: 1, Insightful

    Stick to HTML & CSS.