Re: Data masking for mysql

2014-04-18 Thread misiaq
: reena.kam...@jktech.com Do: mysql@lists.mysql.com; Wysłane: 8:57 Wtorek 2014-04-15 Temat: Data masking for mysql Hi, I need to do data masking to sensitive data exists in mysql db. is there any data masking tool available for mysql with linux platform. if yes... please provide the links. else

Re: Data masking for mysql

2014-04-16 Thread Jigal van Hemert
Hi, On 15-4-2014 18:42, Peter Brawley wrote: On 2014-04-15 5:37 AM, reena.kam...@jktech.com wrote: It can be done by data masking tool itself. Its one time activity, I do not need it again again. Rilly? If that's so, the data will never be accessed. I'm starting to think that a concept

Re: Data masking for mysql

2014-04-16 Thread reena . kamboj
: Jigal van Hemert ji...@xs4all.nl Sent: Wednesday, 16 April, 2014 11:56am To: mysql@lists.mysql.com Subject: Re: Data masking for mysql Hi, On 15-4-2014 18:42, Peter Brawley wrote: On 2014-04-15 5:37 AM, reena.kam...@jktech.com wrote: It can be done by data masking tool itself. Its one time

Re: Data masking for mysql

2014-04-16 Thread shawn l.green
. That's why data masking tool required. -Original Message- From: Jigal van Hemert ji...@xs4all.nl Sent: Wednesday, 16 April, 2014 11:56am To: mysql@lists.mysql.com Subject: Re: Data masking for mysql Hi, On 15-4-2014 18:42, Peter Brawley wrote: On 2014-04-15 5:37 AM, reena.kam...@jktech.com

Data masking for mysql

2014-04-15 Thread reena . kamboj
Hi, I need to do data masking to sensitive data exists in mysql db. is there any data masking tool available for mysql with linux platform. if yes... please provide the links. else... please suggest other alternatives for this requirement. I look forward to hearing from you. With best regards,

Re: Data masking for mysql

2014-04-15 Thread Reindl Harald
Am 15.04.2014 08:52, schrieb reena.kam...@jktech.com: I need to do data masking to sensitive data exists in mysql db. is there any data masking tool available for mysql with linux platform. if yes... please provide the links. else... please suggest other alternatives for this requirement

Re: Data masking for mysql

2014-04-15 Thread Manuel Arostegui
2014-04-15 8:52 GMT+02:00 reena.kam...@jktech.com: Hi, I need to do data masking to sensitive data exists in mysql db. is there any data masking tool available for mysql with linux platform. if yes... please provide the links. else... please suggest other alternatives for this requirement.

Re: Data masking for mysql

2014-04-15 Thread reena . kamboj
data masking technique to protect our sensitive data from external exposure. I need a tool which will mask data in existing mysql db. -Original Message- From: Reindl Harald h.rei...@thelounge.net Sent: Tuesday, 15 April, 2014 1:51pm To: mysql@lists.mysql.com Subject: Re: Data masking

Re: Data masking for mysql

2014-04-15 Thread reena . kamboj
:02pm To: reena.kam...@jktech.com Cc: mysql@lists.mysql.com mysql@lists.mysql.com Subject: Re: Data masking for mysql 2014-04-15 8:52 GMT+02:00 reena.kam...@jktech.com: Hi, I need to do data masking to sensitive data exists in mysql db. is there any data masking tool available for mysql with linux

Re: Data masking for mysql

2014-04-15 Thread Reindl Harald
Am 15.04.2014 11:08, schrieb reena.kam...@jktech.com: Yes, we can do it at application level and database level as well. for example mobile no. is 9878415877, digits can by shuffle(8987148577) or can replace with other letter/number(first 6 digits replace with X-- xx5877) by using data

Re: Data masking for mysql

2014-04-15 Thread Jigal van Hemert
Hi, On 15-4-2014 11:03, reena.kam...@jktech.com wrote: The main reason for applying masking to a data field is to protect data from external exposure. for example mobile no. is 9878415877, digits can by shuffle(8987148577) or can replace with other letter/number(first 6 digits replace with X--

Re: Data masking for mysql

2014-04-15 Thread reena . kamboj
It can be done by data masking tool itself. Its one time activity, I do not need it again again. Please suggest data masking tool link. -Original Message- From: Reindl Harald h.rei...@thelounge.net Sent: Tuesday, 15 April, 2014 2:49pm To: mysql@lists.mysql.com Subject: Re: Data masking

Re: Data masking for mysql

2014-04-15 Thread reena . kamboj
Actually data masking is a one time activity, so I need data masking tool. I do not need it again again. -Original Message- From: Jigal van Hemert ji...@xs4all.nl Sent: Tuesday, 15 April, 2014 3:43pm To: mysql@lists.mysql.com Subject: Re: Data masking for mysql Hi, On 15-4-2014 11:03

Re: Data masking for mysql

2014-04-15 Thread Reindl Harald
what sysadmins get paied for how do you expect ready tool matching exact a single one-time-need? -Original Message- From: Reindl Harald h.rei...@thelounge.net Sent: Tuesday, 15 April, 2014 2:49pm To: mysql@lists.mysql.com Subject: Re: Data masking for mysql Am 15.04.2014 11:08

Re: Data masking for mysql

2014-04-15 Thread Jigal van Hemert
Hi, On 15-4-2014 12:36, reena.kam...@jktech.com wrote: Actually data masking is a one time activity, so I need data masking tool. I do not need it again again. So you basically want to replace the data with modified data. You can do that with an update query [1]. There are all kinds of

Re: Data masking for mysql

2014-04-15 Thread Peter Brawley
Harald h.rei...@thelounge.net Sent: Tuesday, 15 April, 2014 2:49pm To: mysql@lists.mysql.com Subject: Re: Data masking for mysql Am 15.04.2014 11:08, schrieb reena.kam...@jktech.com: Yes, we can do it at application level and database level as well. for example mobile no. is 9878415877, digits

Re: Data masking for mysql

2014-04-15 Thread reena . kamboj
To: reena.kam...@jktech.com, mysql@lists.mysql.com mysql@lists.mysql.com Subject: Re: Data masking for mysql On 2014-04-15 5:37 AM, reena.kam...@jktech.com wrote: It can be done by data masking tool itself. Its one time activity, I do not need it again again. Rilly? If that's so, the data will never