TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Is PCI compliance something that every web developer should know?

2 pointsby vrnutover 9 years ago

2 comments

efrieseover 9 years ago
If the developer writes code that handles credit card information, absolutely. Most organizations utilize third parties to handle credit card info so they don&#x27;t have to be PCI compliant. Even then, it helps to know something about PCI because the developer may be storing more information than needed.<p>In general I think every developer should receive secure coding training. Most developers don&#x27;t...
评论 #10172765 未加载
评论 #10172816 未加载
kjs3over 9 years ago
If you develop a site that takes payment via credit card, even when processed by a third party processor, it&#x27;s pretty irresponsible not to be familiar with it. Even if you&#x27;re only attesting to being a SAQ A merchant, you&#x27;ll want to know why. There&#x27;s not that much too it, and it&#x27;s really the minimum you should be thinking about.<p>That said, we&#x27;d all live in a better world of every web developer knew the OWASP recommendations inside and out. I can dream.