in reply to Encrypt in C and decrypt in Perl
In the Examples section of the Crypt::CBC documentation it says:
Three examples, aes.pl, des.pl and idea.pl can be found in the eg/ subdirectory of the Crypt-CBC distribution. These implement command-line DES and IDEA encryption algorithms using default parameters, and should be compatible with recent versions of OpenSSL.
This suggests that it is certainly possible. Did you try running those examples? They are probably a good place to start.
🦛
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Encrypt in C and decrypt in Perl
by csrzhd (Novice) on Dec 05, 2022 at 18:28 UTC | |
by kcott (Archbishop) on Dec 05, 2022 at 19:23 UTC |