https://github.com/csharper63/client_encryption_file_system
This repository contains a client that interacts with a server API to create account, upload/share files and folders with other users with E2EE.
https://github.com/csharper63/client_encryption_file_system
authentication cryptography drive end-to-end-encryption
Last synced: 5 months ago
JSON representation
This repository contains a client that interacts with a server API to create account, upload/share files and folders with other users with E2EE.
- Host: GitHub
- URL: https://github.com/csharper63/client_encryption_file_system
- Owner: CSharper63
- Created: 2024-01-07T13:42:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T15:26:32.000Z (about 1 year ago)
- Last Synced: 2025-04-06T23:34:08.554Z (9 months ago)
- Topics: authentication, cryptography, drive, end-to-end-encryption
- Language: Rust
- Homepage: https://maxime.chantemargue.ch/projects/sharing_encrypted_file_system
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://maxime.chantemargue.ch/projects/sharing_encrypted_file_system).
> [!TIP]
> To run this client you must [run the server before](https://github.com/CSharper63/server_encryption_file_system)
## What can you do ?
- Create an account
- Change password
- Create folder
- Add file
- Share file/folder
## How to run
```bash
cargo run --release
```
> [!CAUTION]
> This application is currently under refactoring, you may get some issue while executing it.