Top "Pci-compliance" questions

The Payment Card Industry Data Security Standard (PCI DSS) is a set of requirements designed to ensure that ALL companies that process, store or transmit credit card information maintain a secure environment.

Turning expose_php OFF in php.ini

I have been advised that having expose_php = On in my php.ini is a security issue and is, therefor, …

php pci-compliance
Saving credit card information in MySQL database?

I want to allow my customer users to enter their credit card information so that I can charge them every …

mysql database credit-card pci-compliance pci-dss
upgrade openSSH 7.2p in ubuntu 14.04

I have a server running Ubuntu 14.04, but I have an issue with PCI requirements. I have installed in my server …

ubuntu ssh upgrade openssh pci-compliance
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, …

database credit-card pci-compliance pci-dss
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 …

apache pci-dss pci-compliance
What is apache autoindex and should I disable it?

I have a 3rd party client who did a PCI scan on their site. The report returned this: web server …

security pci-compliance mod-autoindex
Upgrade openssh on OS X with homebrew for PCI compliance

The existing version of openssh on OS X 10.7.4 is SSH-2.0-OpenSSH_5.6, which is not, unfortunately, PCI Compliant. So, I need …

homebrew openssh pci-compliance
is Last 4-digits of credit card and Expiry Date storage allowed in PCI-DSS?

We need to store last 4 digits of credit card, (in order to let customers know which card they have used?) …

pci-compliance pci-dss
SSL and Outdated TLS(1.0 and 1.1) for Web Service client application on .Net 3.5

As per PCI, we need to stop using SSL and TLS(1.0 and 1.1 in certain implementation) from June 30th 2016 as per …

c# .net ssl pci-compliance tls1.2
Disabling TLS 1.0 Windows 2008 R2

For PCI Compliance, TLS 1.0 needs to be disabled. I was able to get this working on Windows 2012 with no problem …

windows-server-2008-r2 pci-compliance