Files
cipher-workshop/cipher-factory
Kristofers Solo 6c5cd9b78a feat(cipher-factory): add AesCbc algorithm variant
Add AES-CBC support to Algorithm enum:
    - Add AesCbc variant with clap name "aes-cbc"
    - Add requires_iv() method to check if algorithm needs IV
    - Add new_cbc_cipher() for creating AesCbc instances
    - Add encrypt_cbc() and decrypt_cbc() helper methods
    - Update parse_text() and Display for AesCbc
2025-12-31 01:01:47 +02:00
..