pci-dss

Online Credit Card Storage? [closed]

℡╲_俬逩灬. 提交于 2019-11-28 18:19:05
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 owner retrieves credit card information (name, number, CVV2 and expiration date) from an online order form and saves all of that information in plain text within a MySQL database. A notification then gets sent to his email that someone has ordered. Thereafter, he has an administrative back-end page that he views the orders and credit card information which he uses to process offline with his own

Storing Credit Card Number - PCI?

喜夏-厌秋 提交于 2019-11-28 03:29:18
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 https://www.pcisecuritystandards.org/security_standards/index.php which document should I be reading here? John Conde 1) Yes, it is allowed but very, very discouraged. Having this information in your database makes you an extremely attractive target for hackers. And if you think you can protect it, think again. Hackers have defeated the security of companies with excellent security. Your security won't be any better. 2) You have

Online Credit Card Storage? [closed]

空扰寡人 提交于 2019-11-27 11:15:02
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . 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 owner retrieves credit card information (name, number, CVV2 and expiration date) from an online order form and saves

Storing Credit Card Number - PCI?

风格不统一 提交于 2019-11-27 00:03:59
问题 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 https://www.pcisecuritystandards.org/security_standards/index.php which document should I be reading here? 回答1: 1) Yes, it is allowed but very, very discouraged. Having this information in your database makes you an extremely attractive target for hackers. And if you think you can protect it, think again. Hackers have defeated

Storing credit card details

六月ゝ 毕业季﹏ 提交于 2019-11-26 19:32:34
I have a business requirement that forces me to store a customer's full credit card details (number, name, expiry date, CVV2) for a short period of time. Rationale: If a customer calls to order a product and their credit card is declined on the spot you are likely to lose the sale. If you take their details, thank them for the transaction and then find that the card is declined, you can phone them back and they are more likely to find another way of paying for the product. If the credit card is accepted you clear the details from the order. I cannot change this. The existing system stores the

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

此生再无相见时 提交于 2019-11-26 16:50:17
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 credit card numbers for customers, so that the obvious solution of relying on the credit card processor to do the heavy lifting is not available. PCI Data Security , which is apparently the standard for storing credit card info, has a bunch of general requirements, but how does one implement them ? And what about the vendors, like Visa , who have their own best practices? Do I need to have keyfob

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

久未见 提交于 2019-11-26 04:57:11
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . 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

How to properly do private key management

耗尽温柔 提交于 2019-11-26 04:38:11
问题 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 implementations around given the number of companies compliant with PCI DSS but trying to find details of them is tough. When it gets down to storing private data the discussion normally stops at which encryption algorithm to use. After that there\'s normally a statement about appropriately storing the