Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arielhorwitz/rhinopuffin

Simple cli tool for encrypting and decrypting files
https://github.com/arielhorwitz/rhinopuffin

Last synced: 23 days ago
JSON representation

Simple cli tool for encrypting and decrypting files

Awesome Lists containing this project

README

        

```
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 file
-k, --key-file Use a file as encryption/decryption key
-r, --raw-key Use encryption/decryption key string instead of prompting
-D, --delete Remove input file
-h, --help Print help
-V, --version Print version
```