Ruby-on-Rails makes building web applications deceptively simple, and for most Rails startups, security is usually an afterthought. Through a live coding demonstration, I will demonstrate how thinking from the attacker's perspective can help you protect sensitive data and avoid the pain of a hacking incident.
Questions Answered:
What are common hacker tactics?
How do I defend my web app from hackers?
What security features does Ruby on Rails come with?
What are the biggest security sins in web development?
How can I write code quickly while being safe?
How do I prevent Cross Site Request Forgery?
How do I prevent Cross Site Scripting attacks?
How do I layer my defenses to guard against hacking?