Bug 31053: Add Context module to Koha::Encryption
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Mon, 27 Jun 2022 08:59:30 +0000 (08:59 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 27 Jun 2022 14:46:22 +0000 (11:46 -0300)
commit147f6e0293ce5817bca450a54c83213c7f0f1585
tree96aff3115c948a5ca2c96f7ce7e514a8ccf49bbe
parentcccfccca763baa72c43009049f3d8d38a5c644de
Bug 31053: Add Context module to Koha::Encryption

Test plan:
perl -MKoha::Encryption -e'print Koha::Encryption->new->encrypt_hex("test");'

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Encryption.pm