MASK SSN DATA

Hi...I'm in need of masking sensitive data being displayed in my companies web site.I've gone through many proxies but many are not supporting https and ftp protocols which i really require because my company's web site is an secured site....
For example
i need <html><b>SSN</b></html> should be masked with<html><b>XXX</b></html>
Please do help me in this issue....Any help would be greatly appreciated.

Hi Rahul,
Thanks for your input. I have gone through the SJSwebproxy.
But the problem is, it only filters the content which has been included within
the html tags...For ex
<html>
<input type="text" name="text1" value="ssn">
</html>
we can change the value="ssn" to value="xxx" using this Proxy...
But unfortunately with none of this proxy servers you can edit static html text content
As i have described in my previous post, I just want to filter like this
<html>
<h1>Hai</h1>
</html>
to
<html>
<h1>xxx</h1>
</html>
Since, all the web proxy servers allow the content editing only if the
content to be edited present within a HTML ATTRIBUTE
for ex,,,<font color="RED">hai</font>
you can change this content as <font color="XXX">hai</font>, because
color is an attribute. But since hai is not an attribute, i
can't able to mask hai to xxx...
Please do help he in this issue...Looking forward to read from you....

Similar Messages

  • Masking the data in the Table

    Hi,
    Please help me in masking the data in few of the Oracle Apps base table columns data.
    Example : I want to print xxxxxx for the Birth Date column from the per_all_people_f table If I query from the TOAD.
    From Application using Form Personalization I am able to print xxxxx for the required fields.
    Regards,
    Suneel

    Hi Sri,
    I want the output as shown below
    select empno , deptno, deptname from emp;
    OR
    select * from emp ( here I am not using any concatenatin xxxxxx) simply I have given 'Select * from EMP'
    output:
    empno dept no detpname
    1          100       xxxxx
    2           101      xxxxxx
    Here I want the deptname should not show its values its should hide the values and shoudl show xxxxx ..
    As per your query(Sri) I should not create any view and use that view, but I have to use only the  base tables like per_all_people_f ..Like select * from per_all_people_f ..
    The sole idea or requirement is to hide the data in few columns even if we query base table with selct * from base tables
    Regards,
    Sunee

  • Masking Sensitive Data in SAP

    Hey Experts.  Can someone tell me how we can "Mask" certain data in SAP, using Standard functionality.  We don't want to customize, so if a way exists, please share.
    We want to be able to blank out or mask data such as the description of the WBS Elements.
    Thanks.
    Chris
    Edited by: Christopher Ambrose on Oct 29, 2009 6:27 PM

    With SHD0, you create variants which you can use in a number of ways.
    The main ones are:
    1. Modify the use of the standard transaction
    2. Create a new transaction which uses the variant.
    With option 1, everyone who runs the transaction gets the modification
    With option 2, you create a custom transaction and assign it to the variant.  When someone runs the custom tcode, it executes the original transaction but applies the variant to that.  You are not actually copying any transactions etc but it does let you have 2 different types of functionality hanging off the original transaction depending on the transaction you used to access it.
    If you want to use different variants for the standard transaction, you could look into variant groups.  I've not used these before but it may be an option: http://help.sap.com/saphelp_nw04s/helpdata/en/46/8ad19434a801dce10000000a1553f7/frameset.htm
    There are also downsides to using transaction variants, if you do a search on SHD0 there are a few posts on their drawbacks.

  • Masking SSN field

    Hi,
    I have a requirement to mask SSN field on PA20 and PA30 transactions. I am aware of making changes in V_T588M to mask fields at the infotype level. I have got it done. However I do not know how to replicate the same at PA20 and PA30 transaction levels.
    Any thoughts as how to about it shall be helpful.
    Thanks in advance,
    VG

    Hi ,
    SSN field will be there for some specifc countries . Ex india dosent have a SSN field in IT0002.
    Your requirement will be for some specific countries where SSN is present and u need to mask it like USA ..
    // have a requirement to mask SSN field on PA20 and PA30 transactions.
    PA20 is display mode then i dont suppose u need to code for this . Just check if thisis on PA40 tcode.
    For PA30 if this is for set of countries then include ZXPADU02 is ok for PBO . If this is for a specific country like USA then you will have to handle the code for that particulare country in that screen no  like 2010 of MP000200.
    Loop at screen .
    if condition.
    screen-input =  '0'.
    modify screen.
    endif.
    endloop
    br,
    Vijay.

  • Can you specify format mask for date or timestamp columns

    Hi,
    Recently when I'm developing a PL/SQL application, I find that any format mismatch between data in table and format mask specified in to_date/to_timestamp function will cause exceptions. However, I'd like to make my application more robust and immune to this kind of problems, and know exactly which format mask to use for exactly what columns in db table.
    Is there a way in a table column to specify the format mask for date/timestamp columns such that I can know exactly what format mask to use when doing conversion? Also I don't want to depend on NLS_DATE_FORMAT specification, don't want to make a long case statement to check for every date format allowed by Oracle.
    Many thanks.

    As per my knowledge it can't be possible
    casuse if you entered '12/11/2007' date
    how oracle know that in date 12'th is the month or 11'th.
    The person who entered that date will also have confusions in future.
    either you have to fix one date format for your whole application (application configuration).
    or you have to store the date format in other column of the table.
    In case you set the date column to varchar and store all the dates without format then
    in future you may face problems in future while fetching the records, searching etc.
    Regards
    Singh

  • JQuery format mask for date columns in tabular form

    Hi,
    How can I apply jQuery format mask for date columns in a tabular form?
    Thanks.
    Andy

    OK, I realized I didn't choose the default type as "Pl/SQL Expression", now it's working correctly.
    Thank you very much!

  • How to mask important data which will be exported?

    Hi experts,
    I have a request from a customer on how to  mask important data, when the data are exported. and how to mask important field according to the predefined conditions?
    Could you please give me some ideas how to implement them? or give me some documents?
    Thank you very much.
    Quentin

    Hi Rossi,
    Actually, these questions come from one client, and we do response offshore. I dont know what transactions are related for them. They just give me the questions like that. So Could you please help me ?
    Quentin

  • How to mask SSN number in Identification Number field in BP?

    Hello Gurus,
    We have a requirement to mask the initial 5 digits of SSN number when displayed in the Identification Number field in the Identification tab of BP transaction. What is the best way to go ahead with this enhancement?
    We do not want to encrypt the data at the database level. Just encrypt at while displaying SSN Number on BP transaction.
    If anyone has carried out such enhancement, would appreciate if you can share how you did it?
    Thanks to all in advance,
    Shyamak

    Shyamak,
    This is for CRM -
    Go the PBO of the screen that has identification details. In a suitable PBO module, you can implement and implicit enhancement point and change the data in internal table.
    In my system it is function group BUD0. It would be same in yours as well. Screen is 1520 for me, it may be something else for you. I would have done in module - 'pbo_1520'. Do it at the end of this module. Internal table name GT_BUT0ID
    You need to so something similar in ECC
    Cheers
    Niraj

  • How to mask SSN field?

    Hi,
    Currently, the SSN field on the contract management screens (FPP1, FPP2 and FPP3) are displayed as 123456789. But, once the user saves the contract details and again views it using FPP2 or FPP3, our client wants the SSN field to appear as XXX-XX-6789. I understand that the traditional SAP HR transactions (PA30) do format the SSN and display it as 123-45-6789. However, is there a way to tackle my requirement(masking the first 5 numbers with X)? Did somebody face a similar hurdle in any of your IS-U implementation(s)? How did you tackle?
    Your comments would be highly appreciated.
    - Mrk

    Hi,
    You can create one conversion exit function module on that field data element and attach it.
    Cheers
    Prasad

  • Hide/mask bo data for a user

    Hi,
    we got a requirement to hide/mask few columns in the reports for the bo production support login. for the end users this data should be visible. is there any such option in BO for this. thanks,

    you can solve that by using variables and the CUrrentUser function in your report
    Instead of displaying the universe objects directly from the database you can define variables wit the following code (this is pseudo code):
    if CurrentUser()="<your BO support login here>" then 0 else [[MyKeyFigure]]
    or
    if CurrentUser()="<your BO support login here>" then " " else [[MyDimension]]
    Hope this helps.
    Regards,
    Stratos

  • Masking sensitive data in the messages?

    All,
    We are getting some sensitive data from a legacy system that needs to be imported into R/3. There is a translation service - that translates the sensitive data into public format.
    The question i have is - though we will be able to use XI to call this translation service and translate and then send the translated values to R/3, how can we mask the sensitive data on the messages that would be logged in the XI system. (Like if somebody runs the SXMB_MONI - they will be able to see the sensitive data that was sent to get the public format back).
    Is there a setting or way - we can accomplish this in XI?
    Thanks.

    Hi,
    you have to restrict user access to certain messages.
    Go through this blog to see how to accomplish this:
    <a href="/people/michal.krawczyk2/blog/2006/01/02/xi-sxmbmoni--controlling-access-to-message-display: SXMB_MONI - controlling access to message display</a>
    Also have a look at this link to understand which are all the possible points you should protect:
    <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/a0/64f6413a15e23ee10000000a155106/frameset.htm">Protection of Sensitive Message Data</a>
    Kind Regards,
    Sergio

  • Mask for date

    Hi,
    I would like to use a jTextField for a date input. I would like the user to input it in a spesific format. I know there is something like a mask, but not very sure. Can somebody please help me.
    Thanks Linette

    Thank u for your MaskField classes... Very useful.
    But I found a bug in MaskDocument class
    In insertString method : in the for loop change the call insertString(pos...) with insertString(i...) otherwise the first element is always replaced...(see below)
    if (len > 1)
    for (int i = pos; i < len; i++)
    insertString(i, "" + text.charAt(i), attr);
    return;
    I have a question : how can you specify a mask with a variable length (e.g. years in the format YYYY or YY for the same mask?)
    Many thanks
    -- Nuts

  • How to mask SSN?

    I want to be able to mask a SSN that is displayed on a Form. For example, the user would enter nine digits for the SSN, but when displaying on the form and for printing purposes the field gets masked as ***-**-9999 for security purposes. When saving the SSN to the database the entire nine digits are captured.
    I tried to manipulate the Validation Pattern in the Display tab for that object to something like text{***-**-9999}, but nothing seems to work there. Has anyone else tried to do something similar? Any help is appreciated.
    Thanks,
    Mike

    Hi Mike,
    Patterns aren't intended to perform this kind of character replacement. Here is some code that will do the trick - the only catch is you will have to add a hidden field to hold the SSN for binding.
    I created 2 fields, form1.page1.subform1.ssnMasked and form1.page1.subform1.ssn. The exit script on ssnMasked is as follows:
    // form1.page1.subform1.ssnMasked::exit - (JavaScript, client)
    if (form1.page1.subform1.ssnMasked.rawValue != null) {
      var ssn = form1.page1.subform1.ssnMasked.rawValue;
      var regExp = /^(\d{9}|\d{3}-\d{2}-\d{4})$/;
      if (regExp.test(ssn)) {
        regExp = /^\d{9}/;
        if (regExp.test(ssn)) {
          this.rawValue = "***-**-" + ssn.substring(5,9);
          form1.page1.subform1.ssn.rawValue = ssn;
        else {
            this.rawValue = "***-**-" + ssn.substring(7,11);
            ssn = ssn.substring(0,3) + ssn.substring(4,6) + ssn.substring(7,11);
            form1.page1.subform1.ssn.rawValue = ssn;
    else {
      xfa.host.messageBox("SSN must be in the form 123-45-6789 or 123456789.","SSN Error",0,0);
      xfa.host.setFocus("form1.page1.subform1.ssnMasked");
    You can enter the SSN in form1.page1.subform1.ssnMasked as 123-45-6789 and 123456789, otherwise validation fails. If validation passes, both fields are re-constructed accordingly. The field for binding, form1.page1.subform1.ssn, will be in the format 123456789.
    Steve

  • How to mask data in oracle 11g database release 1

    how to mask data in oracle 11g database release 1
    my environment is
    Database: 11g release 1
    os: AIX 6 (64 bit)
    GC:10g release 1

    DBA-009 wrote:
    thx but how i can mask data with above give environment?What does "mask data" mean to you and what is the environment you are referring to?
    Telling us that you are using 11.1 helps. But it is far from a complete description of the environment. What edition of the database are you using? What options are installed? What Enterprise Manager packs are licensed? Is any of this changable? Could you license another option for the database or another pack for Enterprise Manager if that was necessary?
    What does it mean to you to "mask data"? Do you want to store the data on disk and then mask the data in the presentation layer when certain people query it (i.e. store the patient's social security number in the database but only present ***-**- and the last 4 digits to certain sets of employees)? Do you want to hide entire fields from certain people? Do you want to change the data stored in the database when you are refreshing a lower environment with production data? If so, do you need and/or want this process to be either determinisitic or reversable or both?
    Justin

  • What is Data Masking in SAP

    Hi,
    I would like to know about u201CData Masking".  I have never heard of this term before. As per the little information, that I got, it seems to be related to - masking (conversion) of real production data to masked test data in order to run tests on real production data.
    Anyone plz help this concept and how to make the data masking in SAP
    Point will be sure
    Regards,
    Mohana

    hey Check out this,
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b43e2b4d-0b01-0010-c191-cba32880cb95
    Hope that's usefull.
    Regards.
    Midhun Abraham

Maybe you are looking for

  • Installed Leopard and can no longer connect to my shared hard drive

    I had a sweet set up with a Drobo (fancy external hard drive) connected to my Airport Extreme base station. Before I upgraded to Leopard, my MacBook Pro would discover the Drobo disk and run scheduled backups without me having to do anything. Since I

  • Equipment for legal videography?

    Need advice on equipment for legal videography. A camera that shoots HD and records onto an SD card has been recommended. I'll also need DVR recorder (I believe) and mics. Anyone with experience in this field have any suggestions? Thanks, Terry D

  • Iphoto picasa

    Hello - I would like to upload my pictures in iPhoto to my Picasa account. Does anybody know, if there is a quick way to do this? There used to be a Picasa Web Album Uploader for iPhoto - like this: http://picasa-web-albums.en.softonic.com/mac/downlo

  • How to config the Leave in advanced?

    Hi all ! Please help me to solve my problem. In my company: (A) : Employee/s with 12 months service is/are entitled to a vacation with full pay. Number of paid workdays vacation is 12 workdays for all staff And (B) : Employee/s can take maximum 5 lea

  • SQL Developer (using TNS and LDAP) fails

    If I use a Basic Connection Type and specify the Host, Port and Service Name I can get connected. If I use a TNS Connection Type and click on the appropriate Network Alias I get: Status: Failure -lo exception: SO exception was generated. The SQLNET.O