The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.03 - 2024-09-11

  • update lib/Crypt/Fernet.pm do not pass "blocksize" to &Crypt::CBC::new because: (a) it is not an option recognised by Crypt::CBC, and it complains, resulting in failure to test and install. (b) Crypt::CBC is able to determine the blocksize, which is confirmed to be 16 for this cipher.
    • Added a Dist::Zilla dist.ini file so that a distribution can be generated containing machine-readable dependency declaration.

Modules

Perl extension for Fernet (symmetric encryption)