[–] costan 16y ago ↗ Zipped source code: http://6.470.scripts.mit.edu/lectures/security/security_in_w...Live source code: http://github.com/costan/security_in_webapps_slides [–] [dead] guitarjunkie 16y ago ↗ Thank you! Can you recommend any good case study collections on web security?
[–] [dead] guitarjunkie 16y ago ↗ Thank you! Can you recommend any good case study collections on web security?
[–] aidenn0 16y ago ↗ 1) Don't use anything fast (like md5) to hash your passwords. Use many-rounds of md5 or sha-1, or use something specifically designed for password hashing like eksblowfish2) Don't escape your SQL, use parameterized queries
4 comments
[ 3.4 ms ] story [ 19.1 ms ] threadLive source code: http://github.com/costan/security_in_webapps_slides
2) Don't escape your SQL, use parameterized queries