Skip to content

ivan770/ares

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ares

Test

CLI-based encryption tool, written in Rust

Algorithm

ares is using AES-256-CBC.

It's file format is simple - IV at file start, ciphertext at the end.

Download

Linux

Get it from the Snap Store

Any supported platform (Windows, Mac, Linux)

You can check latest releases on this page

Usage

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.