HTML/JavaScript compation for security.

Posted by BCS on Stack Overflow See other posts from Stack Overflow or by BCS
Published on 2010-03-26T18:05:23Z Indexed on 2010/03/26 22:23 UTC
Read the original article Hit count: 285

Filed under:
|
|

I just ran across this point that references a security vulnerability in Web Apps that depends on looking at the size of encrypted web pages to deduce what the uses is doing. The simplest solution to this I can think of would be to use a tool to minify all static content so that (after encryption) only a small number of result sizes exist so as to minimize the information available to an eavesdropper.

Are there any tools for doing this?

© Stack Overflow or respective owner

Related posts about minifier

Related posts about security