vaultgrim
v1.0.3
Published
๐ Industry-standard terminal encryption tool with Post-Quantum resistance. Supports AES-256-GCM, ChaCha20-Poly1305, Ed25519 signatures.
Downloads
342
Maintainers
Readme
๐ Vaultgrim
Industry-standard terminal encryption tool with Post-Quantum resistance.
Quick Install
Termux (Android ARM64)
# Install Rust first
pkg install rust git curl
# Download and run installer
curl -O https://raw.githubusercontent.com/vaultgrim/vaultgrim/main/TERMUX-INSTALL.sh
bash TERMUX-INSTALL.shLinux/Mac with Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
git clone https://github.com/vaultgrim/vaultgrim.git
cd vaultgrim
cargo build --release
./target/release/vaultgrim encrypt myfile.txtnpm (Linux x64 only)
npm install -g vaultgrim
vaultgrim encrypt myfile.txtCommands
| Command | Description |
|---------|-------------|
| vaultgrim encrypt <file> | Encrypt a file |
| vaultgrim decrypt <file> | Decrypt a file |
| vaultgrim encrypt-dir <dir> | Encrypt a directory |
| vaultgrim keygen | Generate keys |
| vaultgrim sign <file> | Sign a file |
| vaultgrim verify <file> | Verify signature |
| vaultgrim benchmark | Run benchmark |
Features
- ๐ AES-256-GCM - Industry-standard encryption
- ๐ ChaCha20-Poly1305 - Mobile optimized
- โ๏ธ Ed25519 - Digital signatures
- โก Post-Quantum - Kyber-768 hybrid
License
MIT
