Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brxken128/dexios
A secure file encryption utility, written in Rust.
https://github.com/brxken128/dexios
aes-256-gcm crypto cryptography deoxys encryption rust security xchacha20-poly1305
Last synced: 2 days ago
JSON representation
A secure file encryption utility, written in Rust.
- Host: GitHub
- URL: https://github.com/brxken128/dexios
- Owner: brxken128
- License: bsd-2-clause
- Created: 2022-05-01T13:19:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-17T10:06:16.000Z (over 1 year ago)
- Last Synced: 2024-12-24T21:06:28.593Z (9 days ago)
- Topics: aes-256-gcm, crypto, cryptography, deoxys, encryption, rust, security, xchacha20-poly1305
- Language: Rust
- Homepage: https://brxken128.github.io/dexios/
- Size: 3.4 MB
- Stars: 209
- Watchers: 2
- Forks: 16
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Support: docs/Supporting-Dexios.html
Awesome Lists containing this project
README
[![Dexios Tests](https://img.shields.io/github/actions/workflow/status/brxken128/dexios/dexios-tests.yml?branch=master&label=tests&style=flat-square)](https://github.com/brxken128/dexios/actions/workflows/dexios-tests.yml)
[![Dexios Crate](https://img.shields.io/crates/v/dexios.svg?style=flat-square)](https://lib.rs/crates/dexios)
[![BSD-2-Clause](https://img.shields.io/badge/License-BSD_2--Clause-blue.svg?style=flat-square)](https://opensource.org/licenses/BSD-2-Clause)## Update Status
Dexios will continue to receive updates. Things are stable for the time being and I consider none of the code broken. In the (somewhat) near future I plan to change the backend entirely and give the CLI a re-write, so that things are both easier to maintain and understand. This will regrettably not be backwards-compatible, but the performance improvements and stability guarantees will be extremely worthwhile.
## Dexios - What is it?
Dexios is a fast, secure, and open source command-line encryption tool. It's
written entirely in Rust and prioritises security, performance and convenience
the most. It uses modern cryptographic AEADs (XChaCha20-Poly1305 + AES-256-GCM),
with audited backends to ensure the safety and integrity of
your data. It's extremely easy to use Dexios before uploading your files to a
cloud service, to ensure that no prying eyes can read them.For notes on Deoxys-II, please see the
[Security Notices](https://brxken128.github.io/dexios/Introduction.html#security-notices)
section of the Documentation.You can install Dexios through cargo, with:
```
cargo install dexios --locked
```Or you can download a pre-compiled binary from
[the releases page](https://github.com/brxken128/dexios/releases)!This repo also contains the Dexios-Core and Dexios-Domain libraries
- they're used by Dexios itself for
managing headers and cryptographic functions. This allows us to keep them
isolated, and ensure that security-critical pieces of code remain maintainable.You may view more information about [Dexios](dexios/README.md),
[Dexios-Core](dexios-core/README.md) and [Dexios-Domain](dexios-domain/README.md) in their respective folders. You can also
[view the documentation](https://brxken128.github.io/dexios/) for the technical
info!## Donating
If you like my work, and want to help support the project, feel free to donate!
This is not necessary by any means, so please don't feel obliged to do so.```
XMR: 84zSGS18aHtT3CZjZUnnWpCsz1wmA5f65G6BXisbrvAiH7PxZpP8GorbdjAQYRtfeiANZywwUPjZcHu8eXJeWdafJQFK46G
BTC: bc1q8x0r7khrfj40qd0zr5xv3t9nl92rz2387pu48u
ETH: 0x9630f95F11dFa8703b71DbF746E5c83A31A3F2DD
```