How to use eval() in production (and remain gainfully employed)
JavaScript
security
extensibility
plugins
Hardened JavaScript
Secure EcmaScript
SES
If you know anything about eval(), it's probably that you should avoid using it at all costs. However, what if using eval() could make your JavaScript program more secure? This is what Hardened JavaScript does, and in this talk we will explore how.