Thursday, December 18, 2014

Web Access Safty

Is Secure Web Access Safe Enough?

When we access a web site with https://, we usually believe the connection is safe. Generally speaking, it's safe because the web site is authenticated by a trusted CA, and user's identity is encrypted when accessing the site.

However, we still need to understand some potential security issues with https:// connection.

I present an essay about BEAST attack on SSL/TLS.

Thursday, October 30, 2014

Understanding the Online Bookstore System

1. The online bookstore web application was implemented in MVC architecture with JSP.

2. For simplicity's sake, the database tentatively uses Access in testing environment.

3. Install the bookstore suite on Tomcat 5.08 and configure ODBC data source.

4. Plan the testing after understand the functionality and user's requirements.

5. Use MS-Project to schedule and follow up the testing tasks.

----------------------------------------------------------------------