cipher-workshop/cli
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
..
src feat(cli): add file encryption/decryption support 2025-12-31 04:24:51 +02:00
Cargo.toml chore: use workspace package vars 2025-11-24 08:50:22 +02:00