Monday, November 19, 2012

Lecture: The dark and stormy world of Web Application Security

Lecture: The dark and stormy world of Web Application Security
OWASP TOP 10 https://www.owasp.org/index.php/Main_Page
- Top 10 attack technologies used by hackers.

   Non-SQL: MangoDB... can it be sql injected? Yes.
  XML injection.

even though you try to replace <script>
<sc<script>ript>alert(1)</script>
SSL ->HTTPS 
Hashes -hash collison (Don't need to worry about when amount of transactions is small), Asym, Sym
ACEGI in Java
SSL, TLS: Transport Layer Security



No comments:

Post a Comment