Encrypting the persisted email address

Moderator: crythias

Locked
cfly83
Znuny newbie
Posts: 1
Joined: 02 Apr 2013, 13:00
Znuny Version: otrs3.1

Encrypting the persisted email address

Post by cfly83 »

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.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Encrypting the persisted email address

Post by jojo »

why should it be encrypted? The data is only accessible by agents.

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
crythias
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

Post by crythias »

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.
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
Locked