Hacker News new | past | comments | ask | show | jobs | submit login

So would this be AES written in JS, or an extension?




But there is no way to use that to download a file.

Javascript has no way to output data that is then saved to disk.

It will have to be a browser extension or an offline tool (download the encrypted file, decrypt it once you are done).

However I shudder to think about how much malware people are going to get from sites purporting to make "special megaupload decryption tools".


> Javascript has no way to output data that is then saved to disk.

First, there's HTML5 window.saveAs which apparently nobody has implemented. Second, you can always fall back to some swf.

http://stackoverflow.com/questions/2897619/using-html5-javas...


https://github.com/eligrey/FileSaver.js

FileSaver.js implements the W3C saveAs() FileSaver interface in browsers that do not natively support it.

No IE support, but what’s the intersection of Mega users and IE users?


People routinely download GB+ messages - neither of those options are practical for files of that size.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: