PCI DSS (Payment Card Industry – Data Security Standard) overview

The full form of PCI-DSS is ‘Payment Card Industry Data Security Standard‘. PCI which is widely accepted set of policies and procedures intended to optimize the security of Card ( i.e. credit card, debit card, cash card etc) transactions and protect cardholders data against misuse of their personal information. PCI-DSS is governed by PCI council …

PCI DSS (Payment Card Industry – Data Security Standard) overview Read More ยป

mongoDB connection in java

How to connect MongoDB in java programming language is simple by using MongoDB driver. You need to provide a List of IP(s) in replication or in standalone you have to provide IP or domain or machine name along with the port on which you listen mongod service.