Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 354 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 354 Bytes

203-a3

Web Programming Assignment 3

Implementing security within the Web-Application.

Security needed: HTML entities to prevent XSS. (salted md5 password)encrypt login password during registration. (salted md5 password)to validate login. Captcha applied to contact form.

Security already implemented: Parameterized queries to prevent sql injection.