TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How secure should my site/server be?

2 点作者 k0将近 10 年前
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 条评论

cdvonstinkpot将近 10 年前
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 未加载
k0将近 10 年前
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.