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
- Host: GitHub
- URL: https://github.com/tchello45/nimbus-encryption
- Owner: tchello45
- License: gpl-3.0
- Created: 2025-08-20T20:58:15.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-08-21T16:57:39.000Z (10 months ago)
- Last Synced: 2025-08-21T19:00:17.410Z (10 months ago)
- Topics: cryptography, rust, wasm
- Language: Rust
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Security: SECURITY.md
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 .