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
mail_account.pw encryption
Moderator: crythias
-
- 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
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 ?
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 ?
Re: mail_account.pw encryption
thanks for the reply