Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/arielhorwitz/rhinopuffin
- Owner: ArielHorwitz
- License: unlicense
- Created: 2024-01-28T12:32:46.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-04-27T22:10:00.000Z (9 months ago)
- Last Synced: 2024-11-21T09:46:47.289Z (about 2 months ago)
- Language: Rust
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```