HTML5 Web Database Security
Posted
by Daniel Dimovski
on Stack Overflow
See other posts from Stack Overflow
or by Daniel Dimovski
Published on 2010-05-25T09:56:14Z
Indexed on
2010/05/25
10:01 UTC
Read the original article
Hit count: 279
Should the HTML5 database be used to store any form of private information?
Say we have the following scenario;
You're browsing a web-mail client, that uses the web database to store mail drafts after you've written some information you close the web browser. What's to stop me from getting access to this information?
If the webpage tries to clean out old information when opened a user-script could easily prevent the website from fully loading and then search through the database. Furthermore the names of databases and tables are easily available through the web-mail client's source.
© Stack Overflow or respective owner