From: "Gian Lorenzetto" on 4 May 2007 00:32 Hey Chad, Have a look at this: http://www.codeproject.com/cpp/AESProductKey.asp I'm using crypto++ with a wxWidgets app now (although not exactly the above), which works nicely. Hope it helps, Gian Gian Lorenzetto Software & IT Manager Anatomics Pty Ltd Suite 4 Level 1, 568 St Kilda Rd, Melbourne VIC 3004 Australia Telephone +61 (0) 3 9529 8088 Facsimile +61 (0) 3 9529 8099 Email gian.lorenzetto(a)anatomics.com www.anatomics.com Anatomics Logo The information transmitted is intended solely for the person or entity to which it is addressed to and may contain confidential and /or privileged materials. If you are not the intended recipient of this message, you are hereby notified that any use, review, retransmissions or dissemination is prohibited. If you received this email in error, please notify the sender and delete the email and attached material. Any views expressed in this message are those of the individual sender and may not necessarily reflect the views of the company. > -----Original Message----- > From: Chad Wagner [mailto:chad(a)chadawagner.com] > Sent: Friday, 4 May 2007 2:26 PM > To: wx-users(a)lists.wxwidgets.org > Subject: [OT] software copy protection / license management > > sorry for the post not directly related to wxWidgets, but can anyone > recommend a third-party company such as PACE for software protection, > or advice on the likelihood of a successful home-grown solution? (I > have no experience in this area, having only worked on open-source or > non-distributed projects -- I'm willing to learn but don't want to > screw it up...) > > I need something that works well with wxWidgets, works on Mac and > Windows platforms, and can scale as our user base grows and we roll > out our higher end products later. Initially we're looking for a > basic level of protection without (hopefully) too much fuss or > expense, maybe a serial number or a challenge/response type of thing. > > So if any of you experienced folks out there can share your > experience with this, I would greatly appreciate it. Off-list is > cool if you think that's more appropriate... > > TIA, > Chad > > --------------------------------------------------------------------- > To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org > For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org --------------------------------------------------------------------- To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org
From: Leslie Newell on 4 May 2007 05:58 If you use a commercial protection system, remember that crackers will already know it operates and the best ways to crack it. Spend plenty of time searching the internet for ideas, design your own solution and _tell no-one about how it works_! No matter how good your system is, it will be possible to crack it. You just need it to be difficult enough that your average cracker will give up. Unless your app becomes very popular, the experts won't bother to try. Les Chad Wagner wrote: > yeah, that's the stuff -- thanks! > > I think between that article and a few others I've seen I should be > able to get my own basic protection happening. that would be my > preference, but still curious about third-party options as that is > probably the preference of my client. --------------------------------------------------------------------- To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org
|
Pages: 1 Prev: Linking errors using OpenGL Next: ANN: wxMySQL Class: Direct Connection to MySQL Server |