Crates.io | rhinopuffin |
lib.rs | rhinopuffin |
version | 0.2.1 |
source | src |
created_at | 2024-04-27 22:09:49.557953 |
updated_at | 2024-04-27 22:09:49.557953 |
description | Simple symmetric encryption. |
homepage | |
repository | https://github.com/ArielHorwitz/rhinopuffin/ |
max_upload_size | |
id | 1222880 |
size | 21,220 |
A simple cli tool for encrypting and decrypting files with symmetric encryption.
Usage: rhinopuffin [OPTIONS] [FILE]
Arguments:
[FILE] Input file (omit to read from stdin)
Options:
-d, --decrypt Decrypt (encrypt by default)
-o, --output <OUTPUT> Output file
-k, --key-file <KEY_FILE> Use a file as encryption/decryption key
-r, --raw-key <RAW_KEY> Use encryption/decryption key string instead of prompting
-D, --delete Remove input file
-h, --help Print help
-V, --version Print version