If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > IBM Database Encryption Expert for LUW

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-06-10, 15:55
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
IBM Database Encryption Expert for LUW

Has anyone used IBM Database Encryption Expert for LUW? I have been told from those on high that we will need to become FISMA compliant sometime soon. So we need a way to encrypt the data on the server.

Andy
Reply With Quote
  #2 (permalink)  
Old 04-06-10, 19:16
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,198
All of the companies I have worked with encrypt the data on the application side before it gets to the database server. So it is just stored as regular character data (VARCHAR or CLOB) on DB2. Otherwise someone can intercept the data over the network between the app server and database server.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
  #3 (permalink)  
Old 04-07-10, 10:14
Cougar8000 Cougar8000 is offline
Registered User
 
Join Date: Nov 2005
Location: IL
Posts: 554
Andy, I have done it with a CC numbers. It is not that complex. Let me know if you have any specific questions. I will check if I have a doc on it handy.

You have to consider the following. Doing encryption on the DB level, you MUST remove access to a syscat.views and I think few other objects from MOST users as your key will be stored there. If you do not, there is no point in encrypting as the key is visible.

This is the reason I think Marcus has suggested to do app encryption.

Performance vise I saw no difference.
__________________
--
IBM Certified DBA on DB2 for Linux, UNIX, and Windows

DB2 v9.1.0.2 os 5.3.0.0
Reply With Quote
  #4 (permalink)  
Old 04-08-10, 09:01
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
Quote:
Originally Posted by Cougar8000 View Post
Andy, I have done it with a CC numbers. It is not that complex. Let me know if you have any specific questions. I will check if I have a doc on it handy.

You have to consider the following. Doing encryption on the DB level, you MUST remove access to a syscat.views and I think few other objects from MOST users as your key will be stored there. If you do not, there is no point in encrypting as the key is visible.

This is the reason I think Marcus has suggested to do app encryption.

Performance vise I saw no difference.
Basically, what I need to know is how do I take our current DB2 servers and put them under Encryption Expert. We are currently using DB2 9.5 on Redhat EL 5.3.

Changing the application to do the encryption is out of the question. It would entail a total rewrite of the application.

Thanks,

Andy
Reply With Quote
  #5 (permalink)  
Old 04-08-10, 10:44
guhongying guhongying is offline
Registered User
 
Join Date: Apr 2010
Posts: 5
actually this tool is not developed by IBM. IBM has chosen Vormetric's encryption technology to provide data protection within DB2 environments through IBM's Database Encryption Expert product. some backgrounds here: Vormetric - Partners
Reply With Quote
  #6 (permalink)  
Old 04-08-10, 11:34
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
I found a link to the user guide for the product at http://publib.boulder.ibm.com/infoce...v1r0/index.jsp
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #7 (permalink)  
Old 04-08-10, 12:07
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
I already downloaded the User Guide, a developerworks article, and a redbook that cover Encryption Expert. What I want is someone that actually has used it so I can pick their brain on what I would have to look out for. I have to come up with several solutions to present the higher ups. And the more information I can obtain on a product the better. Something might look good on paper (manuals, brochures, etc), but be a bear to work with.

Andy
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On