Skip to content

SHiftLin/CCS2022-InviCloak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CCS2022-InviCloak

The code of InviCloak. Please refer to our paper (CCS'22 ) for detail.

Please check this repo for the code of the Chromium patch mentioned in the paper.

Prerequisites

  • sudo apt install libpcre3 libpcre3-dev
  • Apply for a TLS certificate of your domain and replace server.pem and server.key in cert/.

Getting started

make dep
make all

Run sudo ./run_nginx.sh to start an NGINX server.
Visit the index page of the server to play with the example login function with traffic encrypted by InviCloak.
Optional: Install the extension in extension/ to enable the integrity verifier.

Directories and files

  • cert: Certificate examples. Should apply for your own certificates for production.
  • extension: Browser extension, i.e. the integrity verifier described in our paper.
  • mod: NGINX module, i.e. the server proxy described in our paper.
  • static: Test webpages.
    • static/swjs: JavaScript library, i.e. the client proxy described in the paper.
  • nginx.conf: An NGINX configuration example for the server proxy. Check Appendix B in our extended paper for explanation.

Bibtex

@inproceedings{CCS22-InviCloak,
    author = {Lin, Shihan and Xin, Rui and Goel, Aayush and Yang, Xiaowei},
    title = {InviCloak: An End-to-End Approach to Privacy and Performance in Web Content Distribution},
    year = {2022},
    publisher = {ACM},
    booktitle = {Proceedings of the 2022 ACM SIGSAC Conference on Computer and Communications Security},
    pages = {1947–-1961},
    location = {Los Angeles, CA, USA}
}

About

The source code of InviCloak (CCS'22)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published