Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.
/ ICT2206-A1 Public archive

HTTP Authenticated Response Content (HARC)

Notifications You must be signed in to change notification settings

zxlim/ICT2206-A1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ICT2206 Web Security, Assignment 1

AY2021/22 Trimester 2

Team Members

  • DANIEL TAN ZHONGHAO
  • HO XIU QI
  • LIM ZHAO XIANG

HTTP Authenticated Response Content (HARC)

HARC is an application-layer solution that introduces a content integrity and authenticity verification mechanism capable of authenticating HTTP responses origins reliably even in the presence of intermediary nodes.

Repository Structure

ICT2206-A1
    ├── .github            # Directory containing GitHub configuration or related files.
    └── src                # Directory containing soruce code and submodule usage documentation.
        ├── server-side    # Directory containing source code for the HARC Proxy Server.
        └── web-extension  # Directory containing source code for the HARC Browser Extension.

Submodules