This is a security best practice and I'm wondering if I should even be wasting my time with this.
In the same vein of an initial crack of the Blu-ray movie format, hackers just inspected the memory of a player to snoop out a key value.
It seems like it's feasible to do the same thing with browser memory, and to look at values that the javascript interpreter has set - so should I be encrypting data that is in memory?
Thinking this through - it's eventually insane, b/c if my browser is displaying sensitive data on the screen, conceivable that piece of data is in memory and could be snooped. So it wouldnt matter if I had encrypting that same data in javascript somewhere.
I'm having a tough time explaining to my superiors of why we shouldnt go to this level of security...