in reply to Re: Crypt::CBC 2.33 -> Crypt::CBC 3.04 incompatibilities
in thread Crypt::CBC 2.33 -> Crypt::CBC 3.04 incompatibilities

I spotted that right after I posted as well but I'm using different calling params so I'm not exactly sure how to adapt to my situation.
  • Comment on Re^2: Crypt::CBC 2.33 -> Crypt::CBC 3.04 incompatibilities

Replies are listed 'Best First'.
Re^3: Crypt::CBC 2.33 -> Crypt::CBC 3.04 incompatibilities
by parv (Parson) on Sep 13, 2023 at 18:46 UTC

    Note the last response in the bug report (even if all other parameters are different) that mentions the use of hashed key in v2.33 but literal key string in v3.03 & recovering the hashed key from v2.33 (to use as "plaintext" key in later version).

      I just forced the cpanfile to the old version and I'm going to move away from Crypt::CBC. It's interface is just too unstable. This is the second time I've had issues with it on this project over the years.