Skip to content

andrewzhang09/secure-file-sharing-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

secure-file-sharing-system

This repo contains a project I did for a Computer Security class at UC Berkeley. I built a cryptographic file sharing system from scratch using Golang. I wrote a design doc for the entire process, and the project had to meet design requirements like constant appendToFile operations.

The methods I implemented were InitUser, GetUser, StoreFile, AppendToFile, LoadFile, CreateInvitation, AcceptInvitation, and RevokeAccess.

I utilized RSA encryption and symmetric encryption to ensure confidentiality of the data I was sending, and to ensure integrity/auythenticity I used HMAC tags and digital signatures

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages