CLI-based encryption tool, written in Rust
ares help
- Show help message with available commands, and ares version
ares encrypt FROM TO
- Encrypt file on path FROM, and save encrypted result to file TO
ares decrypt FROM TO
- Decrypt file on path FROM, and save decrypted result to file TO
While using encrypt
and decrypt
commands, encryption key will be requested at runtime, and it's input is hidden.