[Koha-bugs] [Bug 30649] Add ability to encrypt data in Koha, use for EDI vendor accounts

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 28 20:36:46 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30649

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #134300|0                           |1
        is obsolete|                            |

--- Comment #3 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 134301
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=134301&action=edit
Bug 30649 - Add ability to encrypt data in Koha, use for EDI vendor accounts

Right now, we store passwords for external services in plain text in the
database. It would be good to have the option to encrypt those passwords.

Test Plan:
1) prove t/Crypt.t
2) Create a new vendor edi account
3) Note the password is encrypted
4) Update the password for an existing EDI vendor account
5) Note the password is now encrypted in the database
6) Stretch goal, set up an FTP server, send an EDI order to the FTP
   server where the vendor password is encrypted.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list