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: How secure should my site/server be?

2 pointsby k0almost 10 years ago
I&#x27;m not new to security, and that&#x27;s why I ask. I have created a &quot;payment portal&quot; integrated with Stripe for my [few] customers. I have gone through various guides for securing debian, apache&#x2F;node, mysql on dedicated instance, etc., using https only, ssl certs, passed Qualys HTTPS&#x2F;SSL scan with a 90%&#x2F;A Rating, performed qualys and other vulnerability scans...but have I done enough? I&#x27;m not storing credit card info, but am storing username, passwords, and basic stats. I also developed the portal with security in mind taking CORS, SQL-Injection, and other tactics into account.<p>I know security is and should be considered at every layer, but when is there a reasonable amount of security when security is not my primary focus?

2 comments

cdvonstinkpotalmost 10 years ago
I don&#x27;t know about &#x27;best practices&#x27;, but I know of a nice app that&#x27;s less resource intensive than &#x27;fail2ban&#x27;: <a href="https:&#x2F;&#x2F;github.com&#x2F;sofar&#x2F;tallow" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;sofar&#x2F;tallow</a>
评论 #9702954 未加载
k0almost 10 years ago
Since my main concern about security is cardholder data leaks I looked into what it takes to become PCI-compliant <a href="https:&#x2F;&#x2F;www.pcisecuritystandards.org&#x2F;merchants&#x2F;self_assessment_form.php" rel="nofollow">https:&#x2F;&#x2F;www.pcisecuritystandards.org&#x2F;merchants&#x2F;self_assessme...</a>, not that PCI-Compliance is the be-all end-all of web security.