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

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).

  • Comment on Re^3: Crypt::CBC 2.33 -> Crypt::CBC 3.04 incompatibilities

Replies are listed 'Best First'.
Re^4: Crypt::CBC 2.33 -> Crypt::CBC 3.04 incompatibilities
by mmlenz (Acolyte) on Sep 15, 2023 at 13:04 UTC
    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.