- A course project for CS 161: Computer Security, Spring 2023, UC Berkeley
- Official website and project requirements: CS161 Project 2
- Code is set to private in GitHub per course policy
Contributions
- Designed and implemented the client application for a secure file sharing system on my own in Go.
- Developed linear time file I/O and fast appending by constructing a data structure similar to a linked list.
- Facilitated theoretically efficient and secure file sharing and access revocation in the given exclusive-sharing scenario by creating a ’safe’ mechanism for storing the sharing key.
- Ensured system functionality and rectified security issues by writing tests using Glinkgo.