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)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 29 Jul 2022 16:42:41 +0000 (16:42 +0000)
commit7f64635a6601e971ebf6044307128cd250c3b6a8
tree5979f6430fe4ec242d833f40455b7f1beeef09ec
parent7222bd700a7b81fb9b3728ced4d883c89525046f
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>
(cherry picked from commit 147f6e0293ce5817bca450a54c83213c7f0f1585)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Koha/Encryption.pm