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

https://github.com/tchello45/nimbus-encryption

An e2ee toolkit for the web in early stage development
https://github.com/tchello45/nimbus-encryption

cryptography rust wasm

Last synced: about 2 months ago
JSON representation

An e2ee toolkit for the web in early stage development

Awesome Lists containing this project

README

          

# Nimbus Core

The core for a modular end-to-end encryption toolkit for the web, built in Rust.

## Overview

Nimbus addresses the growing need for secure and easy-to-use end-to-end encryption. While most applications rely on server-side security mechanisms, Nimbus empowers developers to implement robust end-to-end encryption directly in the browser, ensuring that sensitive data is encrypted on the sender's device and can only be decrypted by the intended recipient.

## Installation

### Install the Rust toolchain

```bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```

_Visit the [official Rust website](https://www.rust-lang.org/tools/install) for more installation methods._

### Clone the repository

```bash
git clone git@github.com:tchello45/nimbus-encryption.git
cd nimbus-encryption
```

## License

This project is licensed under the GPL-3.0 license.

Copyright (C) 2025 Tilman Kurmayer

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see .