https://github.com/noctisynth/oblivion-rust
A fast, lightweight, and full duplex secure end-to-end encryption protocol based on ECDHE
https://github.com/noctisynth/oblivion-rust
e2e-encryption ecdh ecdhe ecdhe-ecc high-concurrency hkdf information-security internet-protocol kdf kdf-algorithm rust
Last synced: 3 months ago
JSON representation
A fast, lightweight, and full duplex secure end-to-end encryption protocol based on ECDHE
- Host: GitHub
- URL: https://github.com/noctisynth/oblivion-rust
- Owner: noctisynth
- License: agpl-3.0
- Created: 2023-10-23T16:52:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-19T13:11:33.000Z (3 months ago)
- Last Synced: 2025-02-23T13:07:49.574Z (3 months ago)
- Topics: e2e-encryption, ecdh, ecdhe, ecdhe-ecc, high-concurrency, hkdf, information-security, internet-protocol, kdf, kdf-algorithm, rust
- Language: Rust
- Homepage: https://docs.rs/oblivion
- Size: 509 KB
- Stars: 94
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# Oblivion
A fast, lightweight, and secure end-to-end encryption protocol based on ECDHE encryption algorithm.
## Documentation
See the [documentation](https://docs.rs/oblivion/) for more information or clone the repository and run with:
```bash
cargo doc -r
```## Docker && Docker Compose
```bash
docker-compose up -d
```