Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 665 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 665 Bytes

cs_305

Artemis Financial is a financial consulting company that needed to improve security of their web interface. For a financial services, data security is critical for the trust of their customers.

In this assignment, I produced a vulnerability report and refactored code for the web application to improve security of the application. A combination of reviewing code and dependency vulnerability mitigation was used to improve the security of Artemis Financial's web appication.

In particular, I implemented a self-signed certificate, changed web protocol to HTTPS, and implemented a SHA-256 hashing algorithm to encrypt user-supplied data in transit.