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
- Create an account
- Change password
- Create folder
- Add file
- Share file/folder
cargo run --release
Caution
This application is currently under refactoring, you may get some issue while executing it.