Bulwark is a simple file encryption tool available in both CLI and GUI versions. It uses XChaCha20Poly1305 or AES-GCM for encryption. It includes optional compression using Zstandard.
Ensure you have Rust installed, then clone the repository and build the project:
git clone https://github.com/DAHNEEV/bulwark.git
cd bulwark
cargo build --release- GUI, simply launch the executable without arguments:
./bulwark- CLI, use help command and read!
./bulwark encrypt --help
./bulwark decrypt --help