Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 871 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 871 Bytes

Client for server encryption shared filesystem

This repo contains the end-client that allows you to interact with the shared encrypted drive running on a server.

The aim of this project is to be able to create an account and upload/download files and folders on a online storage. All the data are end-to-end encrypted.

For more details about the security model have a look there.

Tip

To run this client you must run the server before

What can you do ?

  • Create an account
  • Change password
  • Create folder
  • Add file
  • Share file/folder

How to run

cargo run --release

Caution

This application is currently under refactoring, you may get some issue while executing it.