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: Do you care about your software being pirated?

4 pointsby tjostenalmost 11 years ago
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 comments

avalorealmost 11 years ago
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 未加载
zuraalmost 11 years ago
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).
lognalmost 11 years ago
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.
hashtagalmost 11 years ago
No. It&#x27;ll happen either way if the app is popular enough.