Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csharper63/server_encryption_file_system
This repository contains a server that use symmetric encryption to encrypt user files/folders and asymmetric encryption to share files/folders among users.
https://github.com/csharper63/server_encryption_file_system
asymmetric-cryptography cryptography end-to-end-encryption symmetric-cryptography
Last synced: about 1 month ago
JSON representation
This repository contains a server that use symmetric encryption to encrypt user files/folders and asymmetric encryption to share files/folders among users.
- Host: GitHub
- URL: https://github.com/csharper63/server_encryption_file_system
- Owner: CSharper63
- Created: 2024-01-07T13:09:37.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-23T15:09:01.000Z (about 2 months ago)
- Last Synced: 2024-10-10T03:04:19.533Z (about 1 month ago)
- Topics: asymmetric-cryptography, cryptography, end-to-end-encryption, symmetric-cryptography
- Language: Rust
- Homepage: https://maxime.chantemargue.ch/projects/sharing_encrypted_file_system
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Server encryption shared filesystem
This repo contains the code of the server used to store files/folders from authenticated account.
The security whitepaper is available [here](https://maxime.chantemargue.ch/projects/sharing_encrypted_file_system).
> [!TIP]
> You can interact to the API running on this server [using the following client](https://github.com/CSharper63/client_encryption_file_system)## How to run
```bash
cargo run --release
```> [!CAUTION]
> This application is currently under refactoring, you may get some issue while executing it.