1 个不稳定版本
0.2.1 | 2024年4月27日 |
---|
#779 在 密码学
8KB
143 行
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
依赖
~3–11MB
~100K SLoC