Download presentation
Presentation is loading. Please wait.
Published byAbner Lamb Modified over 9 years ago
1
Team - CA CSCI 5234 Web Security
2
Collect and document information of ecommerce security mechanisms. Using: wiki engine for collaboration
4
Conceptual Design
5
Detailed Design
6
Security Measures Included HTTPS – Authenticate server to the client Demo - SSL certificate invocation Database Firewall – Port management rules limit vulnerability of direct attack on database Illustrate – rules and ports Database SSH – Secure tunnel between the application and the database Demo – SSH tunnel creation
7
Security Measures Application Security – user access, database information hiding, cookie and session timeouts Cross Side Scripting – Disable unused features on the wiki. Limit access to the scripting variables. E.g $wguseFilesCss Hide database information – put the database information on a separate file, then include it during runtime. require_once (“c:\mysql_info.php”); $db_name=”wikidb”;
8
Statistics and Ranking Implement ranking using extensions Add the extensions to the./extensions folder. Call the extension at runtime using require_once() function Contributions.php ContributionsScore.php Ranking can be based on the number of edits or the volume contained in each edit a user posts to the wiki.
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.