Skip to content

OxiCrypt/OxiVault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OxiVault

OxiVault is a very fast file encryptor written in Rust. It was originally supposed to be a password manager, but because I am lazy I decided to pivot to a simpler file encryptor Features:

  • Uses tried and tested primitives like XChaCha20-Poly1305, Argon2id, and more.
  • Very fast, thanks to lean ChaCha20-based encryption.
  • Secure, thanks to the underlying primitives and libraries.
  • Intuitive, thanks to a CLI built with clap and Rust's native stdin/stdout support.
  • Safe, thanks to Rust's memory safety guarantees. Not for production use.

About

Modern File Encryptor, written in Rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages