Tagged Questions

The Payment Card Industry Data Security Standard is a worldwide information security standard assembled by the Payment Card Industry Security Standards Council (PCI SSC).

learn more… | top users | synonyms

166
votes
11answers
9k views

Payment Processors - What do I need to know if I want to accept credit cards on my website?

This question talks about different payment processors and what they cost, but I'm looking for the answer to what do I need to do if I want to accept credit card payments? Assume I need to store ...
17
votes
6answers
1k views

Online Credit Card Storage?

I am about to inherit and work on a small business retail website that is very poorly designed. Among other things, the greatest concern is with the current credit card processing. Currently, the ...
15
votes
2answers
2k views

How to properly do private key management

Has anyone got practical experience or a reference for a scheme that implements a key management scheme that would comply with the PCI DSS security standard? There are obviously quite a few ...
12
votes
6answers
2k views

Is SQL Azure PCI-DSS Compliant?

If I were to use separate Windows Server that was PCI-DSS compliant, would I still be compliant if I had a SQL Azure hosting the backend? This is assuming that I'm compliant at the application layer, ...
5
votes
1answer
1k views

Please provide an Apache SSLCipherSuite that will pass a PCI Compliance Scan

I'm trying to get a Fedora 14 server running Apache 2.2.17 to pass a PCI-DSS compliance scan by McAfee ScanAlert. My first attempt using the default SSLCipherSuite and SSLProtocol directives set in ...
5
votes
3answers
1k views

Minimizing PCI compliance when my checkout flow has a confirmation page

I have a shopping cart flow like this: Page 1. Choose Products Page 2. Enter address, shipping, credit card details on a single page checkout. Page 3. User confirms the order - but we want a final ...
5
votes
3answers
641 views

Credit Card - Card on file services?

Does anyone have any experience with card on file services for credit cards, that handle the storage of credit card information for ongoing purchases? We are looking for a solution that can be ...
4
votes
3answers
1k views

Storing Credit Card Number - PCI?

What are the PCI rules to follow for storing credit card numbers in a database? 1) is this allowed? 2) if so, what rules do we have to follow? Im looking at this site ...
4
votes
3answers
695 views

Credit Card storage solution

I'm developing a solution that is designed to store membership details, as well as credit card details. I'm trying to comply with PCI DSS as much as I can. Here is my design so far: PAN = Primary ...
4
votes
5answers
1k views

How is 'processing credit card data' defined (PCI)?

If i have a web application and i receive credit card data transmitted via a POST request by a web browser over HTTPS and instantly open a socket (SSL) to a remote PCI compilant card processor to ...
3
votes
1answer
163 views

Learn Payment Gateway, SSL and PCI DSS compliance checking - PHP

I am wanting to learn how to develop a payment gateway in PHP and the best practices(such as SSL and PCI DSS etc). Can anybody recommend any books/blogs that would help me with this, everything I have ...
3
votes
2answers
658 views

Storing Credit Card Info

So I know there have been numerous posts about storing credit card information. We are building a mobile application and want people to be able to enter in their card information once, not with each ...
3
votes
1answer
159 views

PCI Level For Storing Credit Cards

I was just wondering what would be the PCI certification level if you were storing encrypted credit-card numbers for recurring billing. I plan to have less than 20,000 transactions annually, however, ...
3
votes
2answers
70 views

Securing SQL queries, insuring that no one person knows that password

What are some effective and secure methods of securing SQL queries? In short I would like to insure that programmers do not see the passwords used by the application to perform queries. Something ...
3
votes
2answers
207 views

Is there a secure way to guarantee credit card uniqueness?

So, like any reasonably competent web development shop, we wear cotton gloves when we touch credit cards, and we use Braintree SecureVault to store them so we are clear of PCI Compliance issues. ...
3
votes
1answer
301 views

Costs of PCI Compliance?

We're developing a new piece of software (really just a single php script) that collects cardholder information and stores it in a MySQL database. Obviously we're taking every precaution with ...
3
votes
1answer
64 views

Service for storing PCI sensitive data

I'm building a web application that handles sensitive PCI data (banking numbers, CC, SSNs, etc). Does anyone know of the best services out there to handle this data. I've looked into Rackspace and ...
3
votes
1answer
199 views

Are there any remote credit card data stores out there which don't manage/process payments, just store the data?

Such a service would act similar to a payment gateway, but not actually authorize or charge the card, and would make our lives easier when it comes to PCI compliance. Our clients want us to hold onto ...
3
votes
2answers
432 views

Jasypt StandardPBEStringEncryptor setting password in spring bean configuration file

When using Jasypt's StandardPBEStringEncryptor we have to set password explicitly in spring bean configuration file. Is it ok and secure to have the password in the bean configuration file? Will it be ...
3
votes
3answers
617 views

using payment gateway and PCI compliance

I'm considering using eWay as payment gateway. They offer two options. One is to to allow users to type in credit card data on eWay hosted website, the other to use my own form and send credit card ...
3
votes
2answers
868 views

SQL Server 2008 + PCI Compliance? Pertains to PCI, as well as Symmetric keys!

I've never had to deal with PCI compliance before. I've been reading their documentation and it says I need to protect the credit card number, expiration date and the card holder's name. No storage ...
3
votes
7answers
1k views

Taking credit card information online without processing — how best to do so?

I have had a number of requests from clients wanting to take a customer's credit card number online and then process the payment in store at a POS of terminal. I'm wondering what the best method of ...
3
votes
2answers
513 views

How can I check for SSL vulnerabilities on my web server?

Is there an easy way or online tool for checking a site's SSL vulnerability issues? From the PCI standards I see that a site has to force SSLv3 or TLSv1 protocols and high security encryption ...
2
votes
2answers
32 views

How to take credit cards online for future payments?

I have a couple of clients that want to take credit card details on their website that they can then bill in the future (one runs courses and users are only billed 4 weeks before their course if they ...
2
votes
3answers
51 views

What restrictions, if any, exist over source code repository management under PCI-DSS?

What restrictions, if any, exist over source code repository management under PCI-DSS? The company I work at wants to develop a credit card processing service for clients hosted under our network. At ...
2
votes
1answer
46 views

Do PCI requirements apply if you have a card number on an image but don't actually collect the data? [closed]

Company I work for will be receiving scanned images of forms from which we will be gathering data (putting into an XML file) Credit card numbers will have been written onto the forms, but we won't be ...
2
votes
1answer
82 views

E-commerce merchant-hosted transactions

I am developing an e-commerce website, I want payment process to be done from my site. meaning user will enter credit card details in a payment page of my site. In short users should not be ...
2
votes
2answers
86 views

Why do FireFox and certain other browsers alter the URL in the address bar when the server responds

I'm having difficulty meeting PCI-DSS compliance this quarter because of the following problem. When you type the following into a browser... ...
2
votes
1answer
49 views

PCI File System+RDBMS Auditing/Scan

Which (open source) tools are available for scanning systems like SQL Databases/File Systems for cardholder data? So far we've found PANBuster, 7seec and PANscan and are wondering whether there's more ...
2
votes
1answer
131 views

Resources/services for PCI compliance? Fix for “Cross-site scripting vulnerability in category parameter” vulnerability?

An auditing firm said we are not PCI compliant, but provided unhelpful instructions on how to resolve the issues. They are clearly hoping we will engage their consulting unit. What resources/services ...
2
votes
1answer
148 views

Drupal/Ubercart UK payment Gateway that does'nt require PCI DSS compliance

Im looking for a Drupal6/ubercart2 payment module for any UK payment gateway which does'nt require PCI DSS compliance. My website is a relatively low transaction shoppingcart and acquiring compliance ...
2
votes
1answer
125 views

TLS secure enough? Need rolling hash in a PA-DSS payment application?

I’m a software engineer and I’m currently working on another payment application (my 3rd one) that must go under PCI PA-DSS compliance. I’m re-examining the PA-DSS documentation and I’m wondering if ...
2
votes
1answer
311 views

PCI Compliant service to store credit card info - [NON-US Company]

I am developing a website that will allow customers to pay with credit cards. I live in Uruguay, so I can't apply for a normal merchant account like Authorize.net, Braintree, etc. So I can't use the ...
2
votes
1answer
133 views

Purging Database Records

I'm dealing with having to store some payment card data. In order to be compliant with PCI DSS regulation, we have to purge the data from discs by not just deleting the file from the storage system, ...
2
votes
2answers
453 views

Secure DataVault for storing credit card details - PCI DSS

I have been reading a few articles which describe using a Datavault and tokenisation to reduce PCI DSS burden. My question is, are there any companies that offer to store data like credit card ...
2
votes
1answer
602 views

Encryption Key Management Software and Transparent Data Encryption MySQL

For PCI compliance, is there any recommended Encryption Key Management Software? Open source preferable, but commercial is ok too. Is there a tool or software that provides both?
2
votes
3answers
390 views

Is PCI Compliance required with Payflow Link?

I have tried calling PayPal themselves, and the rep on the phone didn't even know Payflow Link could work this way, so I don't trust his advice. All my searching has encountered mixed answers. I am ...
2
votes
2answers
265 views

How can I configure a PCI compliant development environment

We need to be PCI compliant for some credit card processing we do. How do people do this in other shops? How do you secure your SVN? How do you secure your build server? How does code get ...
2
votes
3answers
440 views

Vulnerability reports from PCI-DSS scan

We have had a PCI scan on one of our websites passed on to us by one of our clients. There are a number of reports of vulnerabilities that look something like this: Network service: 80/443 ...
2
votes
2answers
416 views

storing credit card info

So I would like to modify a PHP / MySQL application in order to store credit card but not cvv and bank account info securely. PCI DSS require 1024 RSA/DSA. A small number of users will be given ...
2
votes
1answer
150 views

PABP 1.4 versus PA-DSS - Do we need to upgrade?

Our applications are certified and on the list of certified PABP compliant applications. We were certified with the latest PABP 1.4. Now, PA-DSS is the new kid on the block. Is it an automatic upgrade ...
2
votes
1answer
317 views

Preventing executables with invalid Authenticode signatures from running

We publish an update patch to our software package in a single executable file. The file is signed with an Authenticode digital signature, using the certificate issued to us. The file is downloaded ...
2
votes
5answers
238 views

Old data stored in database file

How can I ensure that all data that I've erase from the db tables, is no longer stored in the mdb files (and others) on the hard disk? Here's my situation: My client used to store non-encrypted ...
1
vote
0answers
36 views

How to make Google App Engine PCI Compliant?

I have read a few articles that say in order to have a PCI compliant cloud solution you need to have a private cloud environment and cannot use google app engine. Is it possible to create a PCI ...
1
vote
2answers
43 views

Is my desktop app in scope for PCI certification?

I have a payment processing client that runs exclusively on the desktop. The operator enters payment data and clicks a button and my app sends the data off to a payment gateway via a secure channel. ...
1
vote
2answers
81 views

Securing site against XSS attacks

I have an ecommerce site which has to be PCI compliant. The issue I have is that it fails on a XSS attack: www.mydomain.com?qs=%3c%2fscript%3e%3c script%3ealert(12345)%3c%2fscript%3e Is there a way ...
1
vote
1answer
121 views

ModSecurity Rules: Which are better - GotRoot or TrustWave?

We've looking for some additional rules for ModSecurity (mod_security) - there are 2 commercial options, either GotRoot, or the new ones from TrustWave http://www.gotroot.com/mod_security+rules ...
1
vote
2answers
86 views

Writing my own end to end payment proccessing system

For my final project in college I want to write my own payment processing system. It would have a backend payment processing server and client (merchant) frontend. I would like to have the backend ...
1
vote
0answers
47 views

PCI - Store Cryptographic Keys Securely, Requirement 3.4

From the PCI DSS2 docs: https://www.pcisecuritystandards.org/documents/pci_dss_v2.pdf 3.4.1.b Verify that cryptographic keys are stored securely (for example, stored on removable media that is ...
1
vote
0answers
172 views

Has anyone achieved Level 1 PCI compliance on AWS? [closed]

All the FAQs, documents and statements published by AWS aside, did any Level 1 merchant actually achieve PCI compliance on AWS yet? We're evaluating moving some of our services to EC2/VPC, but our ...

1 2