cipher-workshop/cli/src
Kristofers Solo 48ab599d66
feat(cli): add file encryption/decryption support
Add --input-file/-i and --output-file/-o options:
    - Encrypt files with AES-CBC: reads binary, writes binary/hex
    - Decrypt files with AES-CBC: reads binary, writes binary
    - Falls back to text-based processing for non-file operations
2025-12-31 04:24:51 +02:00
..
args.rs feat(cli): add file encryption/decryption support 2025-12-31 04:24:51 +02:00
main.rs feat(cli): add file encryption/decryption support 2025-12-31 04:24:51 +02:00