Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.