mail_account.pw encryption

Moderator: crythias

Locked
henzen
Znuny newbie
Posts: 5
Joined: 23 Oct 2016, 14:52
Znuny Version: 5.0.0

mail_account.pw encryption

Post by henzen »

Hello,

I know users.pw uses SHA2(), but what does mail_account.pw use? The password strings are much shorter.

We're working on automation/interfacing with OTRS, so would appreciate any pointers on what encryption algo the mail_account table is using on the pw column.

Thanks
Henry
root
Administrator
Posts: 4253
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: mail_account.pw encryption

Post by root »

There is no encryption of the password column in the table mail_account. OTRS needs them unencrypted to use them. Only reversible encryption could be possible. But this is not really secure.
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
henzen
Znuny newbie
Posts: 5
Joined: 23 Oct 2016, 14:52
Znuny Version: 5.0.0

Re: mail_account.pw encryption

Post by henzen »

thanks for the reply
Locked