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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Do you care about your software being pirated?

4 点作者 tjosten将近 11 年前
During the past weeks, I developed and published a small OS X utility app that sells for ~$3 in the Mac App Store. However, due do French export laws for apps that include encryption mechanisms, the app is not available in the French app store.<p>(It ships and uses libssh2 and implements SCP over SSH, and therefor does not use &quot;encryption mechanisms that are provided by the operating system&quot; - the registration process for that is all in French and neither Apple nor the French government seems to be able to help with that.)<p>As I got a bunch of emails asking why the app is not available in the French Mac App Store by now, I thought about offering a non-MAS version of the app. Coming to my initial question, I&#x27;m not sure if I want to spend time on implementing any kind of license key check etc., or just offer that version completely without DRM &#x2F; license checks as it surely will be cracked either way. (The Mac App Store version is available as a torrent for quite some time now, so whoever wants to steal the app will do no matter what I finally do.)<p>So, I&#x27;d like to ask you guys how you handle this, or how you would handle this if you were in my situation? Spend time on implementing a license key check that will be cracked either way, or just offer a non-DRM version that&#x27;ll sell in France to make everyone happy?<p>Thanks.

4 条评论

avalore将近 11 年前
For selling outside of the MAS, Paddle is pretty good: <a href="https://www.paddle.com/developers" rel="nofollow">https:&#x2F;&#x2F;www.paddle.com&#x2F;developers</a><p>They have a quick to implement SDK that will take care of licensing, payments, etc. Depending on how you want to price your app the 5% + 50c deal could also work out well.
评论 #7799790 未加载
评论 #7799421 未加载
zura将近 11 年前
I&#x27;d say do some license checking but make it as much as possible user-friendly. Yes, it will be eventually cracked anyway, but do not make things very trivial. For the end user, it should be much easy to pay for the license, than to trivially copy it (without even searching for the crack&#x2F;torrent).
logn将近 11 年前
For the France export problem, can you just separately provide an install script that will go and download the crypto binaries to dynamically link to?<p>Also to combat piracy, maybe you can detect pirated copies and then insert a prompt for users to donate, but either way you let them continue using the app. You could add a BTC&#x2F;Doge donation as I suspect pirates might just not want to use a credit card.
hashtag将近 11 年前
No. It&#x27;ll happen either way if the app is popular enough.