Hi,
Is there any way of easily encrypting the persisted email address in the customer_user table, and any other places its stored (article table I'm looking at you) within OTRS (version 3.2).
A quick scan through the admin docs proved fruitless and I dont want to start redeveloping sections of code needlessly.
Thanks,
Chris.
Encrypting the persisted email address
Moderator: crythias
Re: Encrypting the persisted email address
why should it be encrypted? The data is only accessible by agents.
who should decrypt the data for which purpose later on?
who should decrypt the data for which purpose later on?
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Encrypting the persisted email address
I think he's concerned about rogue entity grabbing the database and accessing email addresses.
Unfortunately, I can't see how encrypting email addresses is going to be useful, even for data dump reasons.
Unlike passwords, which don't need to be reversed, any encryption is more obfuscation than encryption, because it is required to be able to reverse the encryption to reply to the customers.
It would not be unreasonable to observe any email address in a table and reverse obfuscate the email addresses using the same manner that is available via the source code of OTRS.
Unfortunately, I can't see how encrypting email addresses is going to be useful, even for data dump reasons.
Unlike passwords, which don't need to be reversed, any encryption is more obfuscation than encryption, because it is required to be able to reverse the encryption to reply to the customers.
It would not be unreasonable to observe any email address in a table and reverse obfuscate the email addresses using the same manner that is available via the source code of OTRS.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask