Skip to content
/ dexios Public
forked from brxken128/dexios

A secure file encryption utility, written in Rust.

License

Notifications You must be signed in to change notification settings

jrcribb/dexios

 
 

Repository files navigation

Dexios Tests Dexios Crate 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 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!

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-Core and Dexios-Domain in their respective folders. You can also view the documentation 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

About

A secure file encryption utility, written in Rust.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 98.9%
  • Other 1.1%