A secure and scalable file-sharing platform on an untrusted server
An implementation of a secure and scalable key-value file-share platform on an untrusted server. The design maintains confidentiality and integrity of files with relevant encryption and verification techniques, while simultaneously maintaining efficiency in load-store operations.
Made as a part of the assignment for the course Computer Systems Security (CS628). The base infrastructure and server APIs were provided in problem statement.
Note: The design does not take into account the possibility of Denial of Service attacks or Rollback attacks. In short, availability is not to be secured.
Name | |
---|---|
Aniket Pandey | aniketp@iitk.ac.in |
Ashish Kumar | akashish@iitk.ac.in |
go run main.go
go test -v
Alternate implementation following the similar design: aasis21/encrypteddropbox