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.10 - 2023-09-21

  • Significant updates since 0.08
    • Added support for CBC, CFB, CTR and OFB
    • Allows encryption of data larger than 16-bytes
    • Uses padding for data that is not a multiple of 16-bytes
    • Allows support for IV for supported ciphers
  • Detailed Change Log
    • d3a7ccb Increment version for release
    • 24b7deb Add GitHub::CreateRelease and remove META.json from repo
    • 9ca1b5a Remove C++ style comment
    • cbcd8e3 SET_CONTEXT for threaded perls
    • 25e7c01 v0.09
    • 1cb07ea Testing release

Modules

A Perl wrapper around OpenSSL's AES library