Security for SQL Server 2012 Complaint with PCI-DSS,

  • Hi everyone,

    With PCI-DSS required. End-User cannot use left, right in Query to result full cardnumber. Ex: Select left(cardnumber,12)+'-'+right(cardnumber,4) as Cardno.

    As i know, select left or right is the system function in SQL. How to way invoke end-user use select left, right in query?

    We can write another use function (ex: left_a, right_a) similiar system function for end-user use in query.

    Thanks for you reading.

  • Can you quote the part of the PCI-DSS that says this?

  • Dear guys,

    PCI not recommend use field Cardnumber in all table/DB with end-user

  • It is probably referring to storing them encypted and incomplete form, nothing to do with left and right functions.

  • Dear man,

    Thanks you for advise. Encrypted DB is a one solution. But, i afraid of Performance when transaction online.

    Thanks you so much.

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply