]> git.koha-community.org Git - koha.git/commit
Bug 28998: Introduce Koha::Encryption
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 10 Sep 2021 09:27:33 +0000 (11:27 +0200)
committerFridolin Somers <fridolin.somers@biblibre.com>
Wed, 4 May 2022 15:18:31 +0000 (05:18 -1000)
commit27c2100fe97dac58a5665c7c7199c44e50fa0e97
treefbd57ce422ed201b6945f4c9d790c3b3124a373b
parent22c8d6ecc3522938bf820636d64a9ce67c5d8cc8
Bug 28998: Introduce Koha::Encryption

Test plan:
Run t/db_dependent/Koha/Encryption.t

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
[AMENDED] Added copyright line to module.
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Koha/Encryption.pm [new file with mode: 0644]
t/db_dependent/Koha/Encryption.t [new file with mode: 0755]