Leon Timmermans
Leon Timmermans
Currently we're only describing the TAP stream and nothing around it. I think it may be useful to also (probably separate from the main document?) to write something about running...
We should add support for [static installation](https://metacpan.org/pod/CPAN::Static::Spec) via [CPAN::Static::Install](https://metacpan.org/pod/CPAN::Static::Install)
This uses better salts and a better bcrypt variant for passwords
Encoding for example `💩`(pile of poo) will result in `\u1F4A9`, though the correct encoding is `\uD83D\uDCA9`. This will be decoded as the characters `Ὂ` (Greek capital letter omicron with psili...
This module supports various modes, but not the relatively recent Galois/Counter and Counter with CBC-MAC modes. These would probably make a good addition.
Crypt::Rijndael has always supported a little more than the bare minimum that block-mode modules such as Crypt::CBC require, in particular it supports several modes by itself, and I've suggested adding...
Crypt::Rijndael supports various block encoding modes, but not padding. In order to be useful stand-alone one pretty much needs padding support too. Question is, which formats are sensible? pkcs7 is...
It's already supported in yam-editor, but not yet in the Matrix. At the recent Perl Toolchain Summit I fixed an important bug that I think previously prevented its inclusion.
This is a fix for https://github.com/Perl/perl5/issues/22250
This is a first stab at implementing static installation. It's not tested at all yet, nor is it complete (especially around logging and reporting), but it should in essence get...