Skip to content

jding25/cs161proj2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secure File Sharing System (Berkeley CS161 proj2)

The client will be written in Golang and will allow users to take the following actions:

  • Authenticate with a username and password;
  • Save files to the server;
  • Load saved files from the server;
  • Overwrite saved files on the server;
  • Append to saved files on the server;
  • Share saved files with other users; and
  • Revoke access to previously shared files.

Implementation is in client.go, and tests are in client_test.go.

About

Secure File Sharing System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages