A Desktop App and CLI tool to encrypt and decrypt your files with a secure password 🔒. Military grade fast encryption with almost zero overhead.
- Uses AES256 Encryption
- written in Rust 🦀
- GUI made using Tauri and React
- install
rustc, cargo, npm
- clone the repo and
cd
into the folder npm install
andcargo install tauri-cli
- (optional)
npm run tailwind
cargo tauri dev
npm run tailwind_build
cargo tauri build
- Currently only available via cargo
- install
rustc, cargo
- CLI Tool